FastFilter / fastfilter_java

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

Morton filters wanted #7

Open plokhotnyuk opened 5 years ago

plokhotnyuk commented 5 years ago

https://github.com/AMDComputeLibraries/morton_filter

thomasmueller commented 5 years ago

Yes, it would be good to have them. Patches are welcome!

thomasmueller commented 4 years ago

Please note the original source code is written in C++; it might be hard to port. Morton filters were integrated into the C++ project at https://github.com/FastFilter/fastfilter_cpp/tree/master/src/morton - do you still need a Java version of Morton filters?