mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-20 12:46:00 +00:00
e9a11e56c6b2491a2525f94bacb8317e9f39057e
* BloomFilter64bit.java
fix long arithmetic calculating bit-length m in constructor
slight optimization of add()
* BloomFilterTest.java
abstract superclass for bloom impl class tests
* BloomFilter64bitTest.java
sanity check that set bits, after a handful of adds into default-sized filter, occupy top and bottom 20% of range (which would have caught this bug earlier)
Languages
Java
93.3%
HTML
2.6%
Rich Text Format
1%
JavaScript
1%
FreeMarker
0.8%
Other
1.1%