Go-lang UUID

Back

1. goflake

A small, scalable, & serverless unique ID generator for use in distributed systems. Inspired by Twitters Snowflake.

2. goid

Generate and Parse RFC4122 compliant V4 UUIDs.

3. gouid

Generate cryptographically secure random string IDs with just one allocation.

4. nanoid

A tiny and efficient Go unique string ID generator.

5. sno

Compact, sortable and fast unique IDs with embedded metadata.

6. ulid

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

7. uniq

No hassle safe, fast unique identifiers with commands.

8. uuid

Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

9. wuid

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

10. xid

Xid is a globally unique id generator library, ready to be safely used directly in your server code.