lexical_uuid
UUID generator
A method for generating universally unique identifiers optimized for database use, designed to be lexicographically sortable.
Lexicographically-sortable universally unique identifier generation
4 stars
1 watching
0 forks
Language: V
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
wc-duck/uuid_h | A C library to generate universally unique identifiers. | 26 |
einar-hjortdal/slugify | Generates a unique string based on input text by applying transformations and transliterations according to language settings or custom rules. | 2 |
anthony-arnold/adaid | A library for generating unique identifiers in Ada programming language | 15 |
lexborisov/yauid | Generates decentralized unique IDs with time ordering and node ID information | 21 |
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |
haskell-hvr/uuid | A Haskell library for working with universally unique identifiers. | 61 |
zyro/elixir-uuid | A set of functions to generate and work with Universally Unique Identifiers (UUIDs) in Elixir. | 361 |
webpatser/laravel-uuid | Generates and validates universally unique identifiers according to the RFC 4122 standard | 1,801 |
ak-coram/cl-frugal-uuid | A Common Lisp library providing a simple and efficient way to generate unique identifiers | 23 |
nalgeon/uuidv7 | Provides implementations of a 128-bit unique identifier suitable for record identifiers in databases | 82 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,586 |
wyhaines/csuuid.cr | A small UUID library that generates chronologically sortable UUIDs in Crystal | 15 |
debdut/uuid-readable | Generates human-readable UUIDs from 128-bit inputs using a Shakespearean sentence template. | 803 |
agext/uuid | A package that generates and manipulates UUIDs v1 with fast or cryptographic-quality random node identifiers. | 18 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 616 |