bloomfilter
bloomfilter copied to clipboard
Bloom filters for Java
Results
3
bloomfilter issues
Sort by
recently updated
recently updated
newest added
How do I serialize and de-serialize above memory-mapped bloom filter ?
When a decomposer is used, use it for the comparison as well. Previously it would fail if the composition was different than a toString() on the value.
Hi, is there an option or workaround to open and store in memory a filter that was previously built and saved on to file (i.e., from memory-mapped-file filter to in-memory...