cuid
Unique identifier generator
Collision-resistant ids optimized for horizontal scaling and performance.
Collision-resistant ids optimized for horizontal scaling and performance.
3k stars
30 watching
123 forks
Language: JavaScript
last commit: about 2 months ago Related projects:
Repository | Description | Stars |
---|---|---|
paralleldrive/cuid2 | Generates cryptographically secure, collision-resistant IDs optimized for horizontal scaling and performance. | 2,727 |
dylang/shortid | Generates unique, non-sequential URL-friendly IDs suitable for various applications and services. | 5,738 |
ulid/spec | A specification for a more efficient and compact alternative to UUIDs | 9,813 |
ai/nanoid | Generates unique, secure IDs in JavaScript | 24,781 |
oklog/ulid | A package that generates Universally Unique Lexicographically Sortable Identifiers | 4,553 |
duailibe/cuid | Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup | 55 |
apache/hudi | A platform for storing and managing big data in cloud storage, enabling incremental processing and optimized querying of large datasets | 5,498 |
marcoonroad/ocaml-cuid | Generates unique identifiers for use in applications requiring high uniqueness and randomness. | 18 |
ullmark/hashids.net | Creates unique IDs from integers and allows decoding back to the original numbers. | 3,325 |
ulid/javascript | A JavaScript library providing a compact and efficient identifier generation solution | 3,044 |
elfsundae/laravel-hashid | Provides reversible, non-sequential identifiers for data obfuscation | 408 |
norman/friendly_id | A Ruby library for generating and working with human-friendly strings as if they were numeric IDs for ActiveRecord models. | 6,165 |
namick/obfuscate_id | Protects sequential ids by transforming them into random-looking numerical strings without changing the underlying record data | 347 |
matoous/go-nanoid | Provides a cryptographically strong random ID generator with adjustable length and character set for use in various applications. | 1,310 |
mamantoha/nanoid.cr | A Crystal implementation of an ID generator with URL-friendly and secure ID generation capabilities. | 41 |