Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndx-technologies/snowflake
lock free snowflake id generation
https://github.com/ndx-technologies/snowflake
id-generator snowflake snowflake-id
Last synced: about 2 months ago
JSON representation
lock free snowflake id generation
- Host: GitHub
- URL: https://github.com/ndx-technologies/snowflake
- Owner: ndx-technologies
- License: mit
- Created: 2024-11-02T21:25:16.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-03T01:10:54.000Z (2 months ago)
- Last Synced: 2024-11-03T08:08:10.650Z (2 months ago)
- Topics: id-generator, snowflake, snowflake-id
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
lock free snowflake id generation
- 1024 generators
- 4096 ids / milli-second per generator## References
- https://blog.x.com/engineering/en_us/a/2010/announcing-snowflake
- https://en.wikipedia.org/wiki/Snowflake_ID
- https://pkg.go.dev/github.com/influxdata/influxdb/pkg/snowflake
- https://github.com/bwmarrin/snowflake
- https://github.com/godruoyi/go-snowflake