bloom-filter-scala
bloom-filter-scala copied to clipboard
Fix for Issue #53
Pass the size of the byte array instead of the length of the string because the length of the byte array can sometimes be 2x the length of the string, depending on which character encoding the string is stored with.