uniqueid
ID generator
Generates unique sequential IDs with optional prefix and suffix.
Generate a unique sequential ID. Optionally pass a prefix, suffix, or multiplier.
17 stars
4 watching
4 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A fast and unique identifier generator based on the current time, process ID, and MAC address. | 616 |
| Generates unique IDs based on time, machine, and process for use in distributed environments. | 242 |
| A module that generates unique IDs using a hash-based algorithm for ThinkJS applications | 7 |
| Generates unique identifiers in a distributed environment with high precision and uniqueness | 243 |
| Generates unique identifiers with a timestamp and random payload | 254 |
| Generates unique numeric IDs without side effects | 11 |
| Generates unique IDs based on timestamp and node ID without coordination between nodes. | 21 |
| Generates unique identifiers similar to UUIDs | 9 |
| A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
| Provides a type-safe and globally unique identifier system in JavaScript and TypeScript | 308 |
| A Clojure library for generating unique URL-friendly string IDs | 191 |
| A decentralized ID generator for sequential, lexicographically sortable unique IDs | 83 |
| Generates unique non-sequential short IDs | 937 |
| Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup | 55 |