hexoid
Hex ID generator
Generates random hexadecimal IDs of fixed length
A tiny (190B) and extremely fast utility to generate random IDs of fixed length
195 stars
3 watching
6 forks
Language: JavaScript
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
lukeed/uid | A utility to generate unique fixed-length random IDs. | 655 |
lukeed/uuid | A small library that generates cryptographically secure or fast UUIDs depending on the environment and desired level of security. | 396 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 617 |
jonschlinkert/uniqueid | Generates unique sequential IDs with optional prefix and suffix. | 17 |
mcollina/hyperid | A high-performance id generation library for Node.js and browsers. | 727 |
zelark/nano-id | A Clojure library for generating unique URL-friendly string IDs | 191 |
lexborisov/yauid | Generates decentralized unique IDs with time ordering and node ID information | 21 |
dy/get-uid | Generates unique numeric IDs without side effects | 11 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
kokizzu/lexid | A fast and customizable ID generator with lexicographically orderable IDs. | 8 |
matoous/go-nanoid | Provides a cryptographically strong random ID generator with adjustable length and character set for use in various applications. | 1,292 |
lukeed/dequal | A utility to check for deep equality across various data types | 1,371 |
unshiftio/yeast | A tiny id generator that produces unique, compressed strings to avoid collisions and reduce bandwidth consumption. | 45 |
tzwel/breezeid | Generates unique, human-readable IDs with no profanities and suitable for use in user-facing applications. | 4 |
soundicly/jnanoid-enhanced | A unique string ID generator for Java applications | 19 |