uuid
UUID generator
A Erlang module for generating UUIDs with various versioning and hashing methods
Erlang Native UUID Generation
217 stars
18 watching
68 forks
Language: Erlang
last commit: 2 months ago
Linked from 1 awesome list
erlanguuid
Related projects:
Repository | Description | Stars |
---|---|---|
okeuday/quickrand | An Erlang module providing efficient random number generation functions with proper seeding | 41 |
agext/uuid | A package that generates and manipulates UUIDs v1 with fast or cryptographic-quality random node identifiers. | 18 |
okeuday/erlang_term | An Erlang library providing in-memory size information for various term types without considering storage locations. | 33 |
okeuday/trie | An Erlang implementation of a data structure optimized for efficient string-based key lookups and matching | 132 |
okeuday/dynamic_compile | A tool for compiling and loading Erlang modules from string input to execute them as dynamic code | 1 |
einar-hjortdal/lexical_uuid | A method for generating universally unique identifiers optimized for database use, designed to be lexicographically sortable. | 4 |
okeuday/key2value | An Erlang module providing a 2-way map interface to handle identical values with different keys | 7 |
ak-coram/cl-frugal-uuid | A Common Lisp library providing a simple and efficient way to generate unique identifiers | 23 |
wc-duck/uuid_h | A C library to generate universally unique identifiers. | 26 |
rekby/fastuuid | An optimized implementation of UUIDv4 generators in Go. | 0 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,581 |
anthony-arnold/adaid | A library for generating unique identifiers in Ada programming language | 15 |
wyhaines/csuuid.cr | A small UUID library that generates chronologically sortable UUIDs in Crystal | 15 |
zyro/elixir-uuid | A set of functions to generate and work with Universally Unique Identifiers (UUIDs) in Elixir. | 361 |
skorokithakis/shortuuid | A concise and URL-safe UUID generator | 2,076 |