Releases: HMWCS/java-snowflake-id-generator
Releases · HMWCS/java-snowflake-id-generator
Version 1.0.0
- 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.