summaryrefslogtreecommitdiff
path: root/utils/bloom.c
Commit message (Collapse)AuthorAgeFilesLines
* Add unit test for bloom filterVincent Sanders2015-07-101-57/+4
| | | | | | | Adds check based unit test for teh bloom filter implementation. This is based on Roberts original test code in utils/bloom.c and uses /usr/share/dict as a source of strings to check bloom creation, no false negatives and the false positive rate is below 15%.
* Fix for gcc2 flexible array declarationFrançois Revol2013-12-071-1/+2
|
* Better bit and byte selectionRob Kendrick (humdrum)2013-05-161-7/+8
|
* Painfully trivial bloom filter implementation to experiment with optimising ↵Rob Kendrick (humdrum)2013-05-161-0/+162
urldb lookups