Ulid
Id generator
A fast and efficient id generator library.
Fast .NET C# Implementation of ULID for .NET and Unity.
1k stars
21 watching
58 forks
Language: C#
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mcmikecreations/nanoid_cpp | A C++ library that generates unique, compact, and secure string IDs | 101 |
robinvdvleuten/php-ulid | Provides a PHP implementation of a Universally Unique Lexicographically Sortable Identifier generator | 444 |
duailibe/cuid | Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup | 55 |
sasluca/zig-nanoid | A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 616 |
codeyu/nanoid-net | A .NET implementation of a compact and cryptographically strong random ID generator | 503 |
antiflasher/nanoid | A Swift library that generates unique, secure string IDs with customizable parameters | 69 |
railsmechanic/nanoid | Provides a secure and compact way to generate unique IDs in Elixir | 218 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
zelark/nano-id | A Clojure library for generating unique URL-friendly string IDs | 191 |
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |
hrbrmstr/nanoid | A tool to generate unique and secure identifiers | 6 |
tzwel/breezeid | Generates unique, human-readable IDs with no profanities and suitable for use in user-facing applications. | 4 |
mcollina/hyperid | A high-performance id generation library for Node.js and browsers. | 727 |
mrdimidium/nanoid | A tiny, secure, URL-friendly ID generator with customizable length and alphabet. | 543 |