Releases: vla/BloomFilter.NetCore
Releases · vla/BloomFilter.NetCore
2.3.1
Fix the length of the bucket must be greater than the capacity
2.3.0
Filtering Memory now supports capacities greater than 2147483647 #12
2.2.1
- Supports export and import for in memory #6
2.2.0
Added TargetFrameworks net8.0
2.1.0
- Add vectorization to improve CRC32 performance
- Remove uint usage (CLS) #8
2.0.0
- Refactor hash algorithm implementation
- Add hash algorithms XXHash3, XXHash128, Murmur128BitsX64, Murmur128BitsX86
- CRC32 and Adler32 support hardware acceleration
- The Add and AddAsync function is changed to ReadOnlySpan
1.3.0
- Add xxHash32 and xxHash64 algorithm
- Remove net5.0
1.1.0
- Added FreeRedis Support
- Upgrade dependent libraries