Skip to content

Version 1.0.0

Choose a tag to compare

@HMWCS HMWCS released this 22 Oct 03:22
· 3 commits to main since this release
8ab6acd
  • Initial release of the Snowflake ID Generator.
  • Provides unique 64-bit IDs across distributed systems using data center and machine IDs.
  • Supports custom epoch start time configuration.
  • Optimized with Compare-And-Swap (CAS) for high throughput and efficient concurrent ID generation.