Top 0.9% dependent packages on proxy.golang.org
Top 0.9% dependent repos on proxy.golang.org
Top 6.4% forks on proxy.golang.org
Top 2.2% docker downloads on proxy.golang.org
proxy.golang.org : github.com/kjk/betterguid
Package betterguid generates 20-character guid (globally unique id) strings with good properties: They're 20 character strings, safe for inclusion in urls (don't require escaping) They're based on timestamp so that they sort **after** any existing ids They contain 72-bits of random data after the timestamp so that IDs won't collide with other clients' IDs They sort **lexicographically** (so the timestamp is converted to characters that will sort properly) They're monotonically increasing. Even if you generate more than one in the same timestamp, thelatter ones will sort after the former ones. We do this by using the previous random bits but "incrementing" them by 1 (only in the case of a timestamp collision). Read https://www.firebase.com/blog/2015-02-11-firebase-unique-identifiers.html for more info. Based on https://gist.github.com/mikelehen/3596a30bd69384624c11
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/kjk/betterguid
License: MIT
Latest release: almost 8 years ago
First release: almost 8 years ago
Namespace: github.com/kjk
Dependent packages: 30
Dependent repositories: 37
Stars: 64 on GitHub
Forks: 10 on GitHub
Docker dependents: 3
Docker downloads: 647
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/kjk
Last synced: 13 days ago