bloom-filter-scala icon indicating copy to clipboard operation
bloom-filter-scala copied to clipboard

Morton Filters wanted

Open plokhotnyuk opened this issue 6 years ago • 1 comments
trafficstars

"Morton Filters: Faster, Space-Efficient Cuckoo Filters via Biasing, Compression, and Decoupled Logical Sparsity" by Alex D. Breslow and Nuwan S. Jayasena

plokhotnyuk avatar Jan 19 '19 08:01 plokhotnyuk

I recently released the code for Morton filters. You can find it at this link ( https://github.com/AMDComputeLibraries/morton_filter). The main interface currently only supports inputs that are a multiple of the batch size (128 at present), but I aim to fix that limitation over the coming days.

abreslow avatar Apr 21 '19 14:04 abreslow