Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 396 Bytes

CHANGELOG.md

File metadata and controls

21 lines (13 loc) · 396 Bytes

1.0.7

  • Several bug fixes
  • improved tests
  • Added the expiring Bloom filter

1.0.6

Bugfixes:

  • Fixed bug in JSON Converter and added conversion testing

1.0.5

Features:

  • performance optimizations for 8, 16, 32, 64 bit in-memory counting Bloom filters through native arrays (speed improvement ~ 10x)

1.0.4

Bugfixes:

  • Fixed Jedis-related Stackoverflow issue in bulk methods