Permalink
Switch branches/tags
Nothing to show
Nothing to show
Commits on Oct 10, 2011
-
Added direct link to BloomFilter.java
MagnusS committedOct 10, 2011
Commits on Sep 25, 2011
-
MagnusS committed
Sep 25, 2011 -
added source and javadoc-jars as targets to build.xml
MagnusS committedSep 25, 2011 -
MagnusS committed
Sep 25, 2011 -
MagnusS committed
Sep 25, 2011 -
MagnusS committed
Sep 25, 2011 -
MagnusS committed
Sep 25, 2011 -
MagnusS committed
Sep 25, 2011 -
MagnusS committed
Sep 25, 2011
Commits on Apr 16, 2011
-
fixed counting bug in add() and updated tests
MagnusS committedApr 16, 2011
Commits on Apr 13, 2011
-
Added createHashes() to be able to reuse the results from the digest(…
MagnusS committedApr 13, 2011 …) function. Added add(byte[]) and contains(byte[]) as faster alternatives to add() and contains()
-
Optimized createHash() by avoiding expensive String operations.
MagnusS committedApr 13, 2011 -
MagnusS committed
Apr 13, 2011 -
MagnusS committed
Apr 13, 2011
Commits on Jan 22, 2011
-
Added test for new constructor
MagnusS committedJan 22, 2011 -
Added new constructor for setting n, c and k manually
MagnusS committedJan 22, 2011 Added new constructor for estimating bitSetSize from a given false probability Added methods for getting bits per element
-
Replaced Vector with ArrayList
MagnusS committedJan 22, 2011 -
MagnusS committed
Jan 22, 2011
Commits on Jun 1, 2010
-
- Included Netbeans project files
MagnusS committedJun 1, 2010 - Included test dependencies (junit) - Removed output to System.err from equals()
Commits on Jan 11, 2010
-
MagnusS committed
Jan 11, 2010 -
MagnusS committed
Jan 11, 2010 -
- Changed license from GPL to LGPL
MagnusS committedJan 11, 2010 - Removed a test that was broken - Removed some unnecessary exceptions caused by hash->string conversions. The class should now be easier to use without having to add try/catch-clauses everywhere. - Changed package name to com.skjegstad.* - Included build.xml
Commits on Jun 19, 2009
-
MagnusS committed
Jun 19, 2009
NewerOlder