FastFilter / fastfilter_cpp

Fast Approximate Membership Filters (C++)
Apache License 2.0
261 stars 24 forks source link

Clean out rejected experiments #3

Closed lemire closed 3 years ago

lemire commented 5 years ago

There is lots and lots of dead code in this repository. It is confusing to people who are not familiar with the project.

I think that only the "good" implementations should be kept in master.

Failed experiments could go into branches.

thomasmueller commented 5 years ago

I agree. I will work on this.

thomasmueller commented 3 years ago

This should finally be complete.

thomasmueller commented 3 years ago

Well at least the "right" algorithms are now run by default... I still should clean up (actually remove) old algorithms at some point...