piskvorky / bounter

Efficient Counter that uses a limited (bounded) amount of memory regardless of data size.
MIT License
935 stars 47 forks source link

Add unit tests for count min sketch #7

Closed piskvorky closed 7 years ago

piskvorky commented 7 years ago

Implement unit tests for all major functions.

All tests should go in their own (sub)directory, as prepared in #8 .

piskvorky commented 7 years ago

@menshikh-iv is this ticket really solved? Re-opening.

menshikh-iv commented 7 years ago

@piskvorky no, sorry, I closed only #8, current issue was closed in an automatic way.

isamaru commented 7 years ago

Unit tests added for both CMS and HashTable, CI works great now!