Skip to content

v1.0.3

Choose a tag to compare

@henrikroschmann henrikroschmann released this 29 Oct 20:14
· 185 commits to main since this release

StableId v1.0.3

High-performance, zero-allocation deterministic GUID generator for .NET.

📦 Installation

dotnet add package StableId --version 1.0.3

⚡ Performance

  • 4.7M+ operations/second for simple inputs
  • Zero allocations for typical workloads
  • Sub-microsecond latency (~211ns average)
  • Linear scaling with thread count (65M+ ops/sec on 16 threads)

🔍 Features

  • Deterministic GUID generation from any input
  • Smart object handling with ID property extraction
  • Thread-safe concurrent operations
  • UUID v5 compliant with SHA-256 hashing
  • Modern .NET 9.0+ performance optimizations

📝 What's Changed

See full changelog below.