Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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