Skip to content

Tags: dnbaker/sketch

Tags

v0.19.0

Toggle v0.19.0's commit message
Bug fixes + unit test corrections; cleanup.

v0.18.1

Toggle v0.18.1's commit message
Better ARM support, update for stricter compilers.

v0.18

Toggle v0.18's commit message
Simple LPCQF addition for approximate counting. Supports general log …

…base.

v0.17.2

Toggle v0.17.2's commit message
Small SIMD countgtlt improvements, propagate SetSketchIndex and SetSk…

…etch improvements from Dashing2

v0.17.1

Toggle v0.17.1's commit message
More documentation for Python bindings. Move pcount_eq and ccount_eq …

…into python sketch namespace.

v0.17

Toggle v0.17's commit message
Runtime improvements + bug fixes; addition of constexpr reversible ha…

…sh functions + LSH index for both bottom-k and k-hash sketches.

v0.16.4

Toggle v0.16.4's commit message
countgtlt_nibbles fix

v0.16.3

Toggle v0.16.3's commit message
For BagMinHash and ProbMinHash resetting, this causes weight counting…

… to go back to 0 after reset() calls.

v0.16.2

Toggle v0.16.2's commit message
Constexpr reversible hashing

v0.16.1

Toggle v0.16.1's commit message
v0.16.1: Use Kahan summation in exponential draws, faster OMH, and ad…

…d gtlt_words to count_eq.h