Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 2.4 KB

uuid.md

File metadata and controls

53 lines (45 loc) · 2.4 KB

Bookmarks tagged [uuid]

https://github.com/jakehl/goid

Generate and Parse RFC4122 compliant V4 UUIDs.


https://github.com/oklog/ulid

Go implementation of ULID (Universally Unique Lexicographically Sortable Identifier).


https://github.com/agext/uuid

Generate, encode, and decode UUIDs v1 with fast or cryptographic-quality random node identifier.


https://github.com/gofrs/uuid

Implementation of Universally Unique Identifier (UUID). Supports both creation and parsing of UUIDs. Actively maintained fork of satori uuid.


https://github.com/edwingeng/wuid

An extremely fast unique number generator, 10-135 times faster than UUID.


https://github.com/davidaurelio/hashids-python

Implementation of hashids in Python.


https://github.com/skorokithakis/shortuuid

A generator library for concise, unambiguous and URL-safe UUIDs.