cuid
ID generator
Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup
Collision-resistant ids, in Elixir
55 stars
3 watching
6 forks
Language: Elixir
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
railsmechanic/nanoid | Provides a secure and compact way to generate unique IDs in Elixir | 218 |
michelboucey/nanoid | Generates unique identifiers similar to UUIDs | 8 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
elfsundae/laravel-hashid | Provides reversible, non-sequential identifiers for data obfuscation | 407 |
cysharp/ulid | A fast and efficient id generator library. | 1,334 |
drecom/barrage | Distributed ID generator for generating unique IDs across multiple data sources | 21 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 616 |
sasluca/zig-nanoid | A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
teris-io/shortid | Generates unique non-sequential short IDs | 939 |
marcoonroad/ocaml-cuid | Generates unique identifiers for use in applications requiring high uniqueness and randomness. | 18 |
alco/hashids-elixir | Obfuscates numerical identifiers via reversible mapping | 280 |
lexborisov/yauid | Generates decentralized unique IDs with time ordering and node ID information | 21 |
twharmon/gouid | Provides universally unique IDs with cryptographic security | 24 |
rbishop/identicon | An Elixir library for generating custom, symmetrical images with unique representations | 27 |
invipal/nanoid | A V implementation of a unique identifier generator | 8 |