Commit graph

12 commits

Author SHA1 Message Date
Matthias Vallentin
1576239f67 Support seeding for hashers. 2013-06-14 10:19:39 -07:00
Matthias Vallentin
14a701a237 Implement value merging.
The actual BloomFilter merging still lacks, this is just the first step in the
right direction from the user interface side.
2013-06-10 22:46:24 -07:00
Matthias Vallentin
22afbe42dd A number of tweaks of the serialization code. 2013-06-10 20:15:13 -07:00
Matthias Vallentin
f2d536d2da Add missing initializations. 2013-06-06 15:22:04 -07:00
Matthias Vallentin
fcf1807fc8 Fix hasher usage and narrow interface. 2013-06-06 13:39:00 -07:00
Matthias Vallentin
012e09c5c4 Small fixes and simplifications. 2013-06-06 12:56:46 -07:00
Matthias Vallentin
880d02f720 Associate a Comphash with a BloomFilterVal.
We also keep track of the Bloom filter's element type inside each value. The
first use of the BiF bloomfilter_add will "typify" the Bloom filter and lock
the Bloom filter's type to the element type.
2013-06-05 16:25:48 -07:00
Matthias Vallentin
751cf61293 Add more serialization implementation. 2013-06-04 15:30:27 -07:00
Matthias Vallentin
a5572dd66f Write CounterVector implementation scaffold. 2013-06-04 14:31:39 -07:00
Matthias Vallentin
f708cd4a36 Work on parameter estimation and serialization. 2013-06-03 22:55:21 -07:00
Matthias Vallentin
f529df33e0 Stabilize Bloom filter interface. 2013-06-03 14:00:28 -07:00
Matthias Vallentin
d873db03ce Add draft of Bloom filter type hierarchy. 2013-05-31 18:31:14 -07:00