https://github.com/lorenzhs/fastfilter_cpp
Name Target Message Date
HEAD 4f35ed7 Import changes for BuRR 11 September 2021, 13:11:39 UTC
refs/heads/approx-byte faf3b5f Prototype looking to speed up arbitrary bit width by first loading word with approximate location and extracting value from that word. Hypothesis was that this would minimize instructions that must come strictly before (and after) the memory load, so should be faster for sufficiently large filters. Doesn't seem to have worked that way. 07 January 2020, 17:40:47 UTC
refs/heads/dev 4f35ed7 Import changes for BuRR 11 September 2021, 13:11:39 UTC
refs/heads/master 1c16813 Support dumping Xor filter to binary file 13 January 2020, 16:26:00 UTC
refs/heads/sim 218bc19 Add smash, more fixes 06 February 2021, 06:06:41 UTC
refs/heads/xor-dollar c8577fd Prototype new Xor$ extension (Xor+$ also 2/3rds possible) Xor$ is just a terrible working title 15 January 2020, 23:54:29 UTC
refs/tags/1.0 7b3dc82 Benchmark for cuckoo filters at 31.5 million keys (where fpp for 2^n and not-2^n are similar) 24 August 2019, 13:01:12 UTC
back to top