zeek/src/probabilistic
Matthias Vallentin 673607f9a7 Switch to double hashing.
For large k, standard hashing imposes an unnecessary overhead. By switchting to
double hashing, we invoke the hash function code at most two times.
2014-06-05 16:02:25 +02:00
..
BitVector.cc Fix compiler warnings 2013-09-13 00:30:18 -05:00
BitVector.h Use Bro-style platform-independent integer types. 2013-08-16 13:29:52 -07:00
bloom-filter.bif Switch to double hashing. 2014-06-05 16:02:25 +02:00
BloomFilter.cc Fix bug when clearing Bloom filter contents. 2014-04-15 12:48:56 +02:00
BloomFilter.h Fix bloom filter memory leaks. 2013-08-29 11:24:24 -05:00
cardinality-counter.bif Fix typos and formatting in the BiFs docs 2013-10-17 01:04:20 -05:00
CardinalityCounter.cc and const 2 more functions 2013-09-16 11:00:54 -07:00
CardinalityCounter.h Merge remote-tracking branch 'origin/topic/bernhard/ticket1072' 2013-09-18 15:00:06 -07:00
CMakeLists.txt Renaming HyperLogLog->CardinalityCounter. 2013-08-31 10:22:27 -07:00
CounterVector.cc Fix bug when clearing Bloom filter contents. 2014-04-15 12:48:56 +02:00
CounterVector.h Fix bug when clearing Bloom filter contents. 2014-04-15 12:48:56 +02:00
Hasher.cc Use full digest length instead of just one byte. 2014-06-05 16:01:20 +02:00
Hasher.h Use Bro-style platform-independent integer types. 2013-08-16 13:29:52 -07:00
top-k.bif Allow iterating over bif functions with result type vector of any. 2014-02-25 15:30:29 -08:00
Topk.cc Fix various potential memory leaks. 2013-09-12 15:23:52 -05:00
Topk.h Merge remote-tracking branch 'origin/topic/bernhard/topk' 2013-08-01 15:43:33 -07:00