Consolidated packaging tool detection in CMake configuration
Fixed
Removed incorrect runtime dependencies from DEB/RPM packages
[0.1.1] - 2025-11-15
Changed
Performance Optimization: Added compile-time SSE4.2 fast path in crc32c() to eliminate runtime CPU detection overhead when compiled with -march=native, -msse4.2, or /arch:AVX flags
Benchmark Accuracy: Fixed single-step hash benchmarks to use dependency chains, preventing compiler pre-computation and ensuring realistic performance measurements
[0.1.0] - 2025-11-13 - Initial Release
Added
hash<T>: Template-based hash function for clean, STL-style hashing