Alec Berryman
bf81b19ed7
bloom-filters: fix tests on 64-bit machines
...
Lose the test that might actually create a very large bit-array and use
a number of elements that will be big enough, whatever the platform.
Now tested on a 64-bit machine.
2009-05-12 19:50:19 -04:00
Slava Pestov
8137ec68ea
Temporarily comment out two unit tests in bloom-filters which caused Factor to run out of memory
2009-05-12 05:47:50 -05:00
Alec Berryman
5a9aa07f15
bloom-filters: fewer fried quots
2009-05-10 19:41:39 -04:00
Alec Berryman
713f0db0a2
bloom-filters: clean up indices code
...
Extricating mod from hash creation makes it a little nicer.
2009-05-10 18:19:20 -04:00
Alec Berryman
8c26783455
bloom-filters: clean help-lint
2009-05-10 12:50:26 -04:00
Alec Berryman
e6f8aafe5f
bloom-filters: use infix syntax
2009-05-10 12:47:10 -04:00
Alec Berryman
3e3f08c6e5
bloom-filters: clean up creation
...
More readable, less allocation, signals invalid input.
2009-05-10 12:46:13 -04:00
Alec Berryman
c2482fe2bf
bloom-filters: simplify several functions
2009-05-09 00:05:03 -04:00
Alec Berryman
e3d5d8bef0
bloom-filters: compact, probabilistic membership testing
2009-05-07 23:07:10 -04:00