A lock-free, high-performance, thread-safe 64-bit unique ID generator for distributed systems — inspired by Twitter's Snowflake algorithm and refined for .NET.
- 🔒 Lock-free and thread-safe
- ⏱ 4096 IDs per millisecond, per machine
- 🏭 Supports up to 1024 nodes (32 datacenters × 32 machines)
- 📅 69+ years of sortable, timestamp-prefixed IDs
- ⚙️ Customizable epoch, datacenter, and machine identifiers
- 📦 Lightweight and dependency-free
dotnet add package ChilliCream.Snowflake