Skip to content

Releases: vla/BloomFilter.NetCore

2.2.0

02 Jan 04:47
@vla vla

Choose a tag to compare

Added TargetFrameworks net8.0

2.1.1

14 Jun 15:11
@vla vla

Choose a tag to compare

2.1.0

13 Jun 12:31
@vla vla

Choose a tag to compare

  • Add vectorization to improve CRC32 performance
  • Remove uint usage (CLS) #8

2.0.0

09 May 12:34
@vla vla

Choose a tag to compare

  • 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

04 May 12:39
@vla vla

Choose a tag to compare

  • Add xxHash32 and xxHash64 algorithm
  • Remove net5.0

1.1.0

02 May 03:32
@vla vla

Choose a tag to compare

  • Added FreeRedis Support
  • Upgrade dependent libraries

1.0.3

23 Nov 04:20
@vla vla

Choose a tag to compare

chore: bump to 1.0.3

1.0.2

07 Oct 12:25
@vla vla

Choose a tag to compare

1.0.2

1.0.0

20 May 13:59
@vla vla

Choose a tag to compare

  • Added Configuration Feature
  • Support for CSredis client
  • Support EasyCaching IRedisCachingProvider

0.2.0

19 May 07:54
@vla vla

Choose a tag to compare

  • Discarded generic Fitler in favor of iBloomFilter
  • Fix the Murmur2 algorithm
  • Optimize the batch API interface