Skip to content

Releases: HMWCS/java-snowflake-id-generator

Version 1.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:21

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

Choose a tag to compare

@HMWCS HMWCS released this 22 Oct 03:22
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.