fastuuid
UUID generator
An optimized implementation of UUIDv4 generators in Go.
Fast implementation for uuid
0 stars
2 watching
0 forks
Language: Go
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,581 |
fastuuid/fastuuid | A CPython binding to Rust's UUID library providing faster and stricter UUID parsing. | 148 |
agext/uuid | A package that generates and manipulates UUIDs v1 with fast or cryptographic-quality random node identifiers. | 18 |
jakenvac/goid | A UUID generator package in Go. | 41 |
skorokithakis/shortuuid | A concise and URL-safe UUID generator | 2,076 |
lukeed/uuid | A small library that generates cryptographically secure or fast UUIDs depending on the environment and desired level of security. | 396 |
kokizzu/lexid | A fast and customizable ID generator with lexicographically orderable IDs. | 8 |
okeuday/uuid | A Erlang module for generating UUIDs with various versioning and hashing methods | 217 |
ak-coram/cl-frugal-uuid | A Common Lisp library providing a simple and efficient way to generate unique identifiers | 23 |
debdut/uuid-readable | Generates human-readable UUIDs from 128-bit inputs using a Shakespearean sentence template. | 803 |
einar-hjortdal/lexical_uuid | A method for generating universally unique identifiers optimized for database use, designed to be lexicographically sortable. | 4 |
jchambers/fast-uuid | A Java library for efficiently parsing and writing UUIDs to improve performance in applications with large quantities of UUIDs | 165 |
edwingeng/wuid | A fast and unique identifier generator | 532 |
wyhaines/csuuid.cr | A small UUID library that generates chronologically sortable UUIDs in Crystal | 15 |
wc-duck/uuid_h | A C library to generate universally unique identifiers. | 26 |