Skip to content

Tags: barrust/count-min-sketch

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hotfix/default hash with seed (#19)

* add seed to default hash and simplify hashing

* update CHANGELOG

* version bump

v0.1.8

Toggle v0.1.8's commit message
version bump; update changelog and readme

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add cms_merge_into functionality (#13)

* quick cut at merge into functionality
* unify validate and merge code
* fix make file

v0.1.6

Toggle v0.1.6's commit message
v0.1.6; remove python implementation

v0.1.5

Toggle v0.1.5's commit message
minor updates

v0.1.4

Toggle v0.1.4's commit message
0.1.4 (#8)

* Python implementation
* Overflow checks
* Standard int sizes for import/export

v0.1.3

Toggle v0.1.3's commit message
fix merge issue

v0.1.2

Toggle v0.1.2's commit message
0.1.2 (#2)

* add, remove, lookup elements based solely on the hashes
* changed int array layout for future import / export
* fix min->max misnomer

v0.1.1

Toggle v0.1.1's commit message
docs

v0.1.0

Toggle v0.1.0's commit message
updated README