FastFilter / fastfilter_java

Fast Approximate Membership Filters (Java)
Apache License 2.0
238 stars 27 forks source link

The construction algorithm for Xor should probably match the C++ version (for greater speed) #6

Open lemire opened 5 years ago

lemire commented 5 years ago

If I am not mistaken, there current construction algorithm does not match the C++ version.