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

https://github.com/ndx-technologies/snowflake

lock-free snowflake id
https://github.com/ndx-technologies/snowflake

id-generator snowflake snowflake-id

Last synced: 2 months ago
JSON representation

lock-free snowflake id

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