stduuid
Unique ID library
A C++17 cross-platform library for generating and manipulating unique identifiers.
A C++17 cross-platform implementation for UUIDs
763 stars
26 watching
112 forks
Language: C++
last commit: 5 months ago cppcpp17libraryproposaluuids
Related projects:
Repository | Description | Stars |
---|---|---|
wc-duck/uuid_h | A C library to generate universally unique identifiers. | 26 |
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |
lexborisov/yauid | Generates decentralized unique IDs with time ordering and node ID information | 21 |
bungle/lua-resty-uuid | FFI bindings for a universally unique identifier library allowing Lua applications to interact with UUIDs in C compatible way. | 60 |
invipal/nanoid | A V implementation of a unique identifier generator | 8 |
michelboucey/nanoid | Generates unique identifiers similar to UUIDs | 8 |
nalgeon/uuidv7 | Provides implementations of a 128-bit unique identifier suitable for record identifiers in databases | 82 |
bsiddiqui/bookshelf-uuid | Automatically generates unique identifiers for database models | 32 |
haskell-hvr/uuid | A Haskell library for working with universally unique identifiers. | 61 |
bernedom/si | A C++ header-only library providing type safety and user-defined literals for physical units | 500 |
mcmikecreations/nanoid_cpp | A C++ library that generates unique, compact, and secure string IDs | 101 |
cysharp/ulid | A fast and efficient id generator library. | 1,334 |
ak-coram/cl-frugal-uuid | A Common Lisp library providing a simple and efficient way to generate unique identifiers | 23 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
duailibe/cuid | Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup | 55 |