javascript
ULID generator
A JavaScript library providing a compact and efficient identifier generation solution
Universally Unique Lexicographically Sortable Identifier
3k stars
21 watching
107 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
javascriptuliduuid
Related projects:
Repository | Description | Stars |
---|---|---|
ulid/spec | A specification for a more efficient and compact alternative to UUIDs | 9,801 |
oklog/ulid | A package that generates Universally Unique Lexicographically Sortable Identifiers | 4,553 |
ai/nanoid | Generates unique, secure IDs in JavaScript | 24,781 |
dylang/shortid | Generates unique, non-sequential URL-friendly IDs suitable for various applications and services. | 5,738 |
segmentio/ksuid | A library for generating and parsing globally unique identifiers with a timestamp component for efficient sorting and collision protection. | 4,968 |
robinvdvleuten/php-ulid | Provides a PHP implementation of a Universally Unique Lexicographically Sortable Identifier generator | 446 |
rs/xid | Generates globally unique ids for web applications | 3,978 |
paralleldrive/cuid2 | Generates cryptographically secure, collision-resistant IDs optimized for horizontal scaling and performance. | 2,727 |
novemberborn/ksuid | Generates unique identifiers with a timestamp and random payload | 254 |
einar-hjortdal/lexical_uuid | A method for generating universally unique identifiers optimized for database use, designed to be lexicographically sortable. | 4 |
debdut/uuid-readable | Generates human-readable UUIDs from 128-bit inputs using a Shakespearean sentence template. | 804 |
jetify-com/typeid-js | Provides a type-safe and globally unique identifier system in JavaScript and TypeScript | 308 |
jonschlinkert/uniqueid | Generates unique sequential IDs with optional prefix and suffix. | 17 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 242 |
paralleldrive/cuid | Collision-resistant ids optimized for horizontal scaling and performance. | 3,449 |