uuid
Identifier generator
Utility for generating and manipulating unique identifiers across various formats
Generates the RFC-4122 UUIDs , NanoId, FlakeId, Short-UUID
25 stars
3 watching
3 forks
Language: Haxe
last commit: about 2 years ago flakeidnanoidshort-uuidsnowflaketwitter-snowflakeunique-iduuiduuid-generatoruuidsuuidv4
Related projects:
Repository | Description | Stars |
---|---|---|
t-pwk/flake-idgen | Generates unique identifiers in a distributed environment with high precision and uniqueness | 242 |
nalgeon/uuidv7 | Provides implementations of a 128-bit unique identifier suitable for record identifiers in databases | 82 |
hotpotatoc/snowflake | Generates unique identifiers in the form of timestamps and sequence numbers with optional machine and process IDs | 4 |
sasluca/zig-nanoid | A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
michelboucey/nanoid | Generates unique identifiers similar to UUIDs | 8 |
antiflasher/nanoid | A Swift library that generates unique, secure string IDs with customizable parameters | 69 |
webpatser/laravel-uuid | Generates and validates universally unique identifiers according to the RFC 4122 standard | 1,801 |
invipal/nanoid | A V implementation of a unique identifier generator | 8 |
spa5k/uids-postgres | Provides a PostgreSQL extension to generate unique IDs with multiple algorithms and formats. | 45 |
einar-hjortdal/lexical_uuid | A method for generating universally unique identifiers optimized for database use, designed to be lexicographically sortable. | 4 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
wc-duck/uuid_h | A C library to generate universally unique identifiers. | 26 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,581 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 617 |
hrbrmstr/nanoid | A tool to generate unique and secure identifiers | 6 |