-
Thanks for your interests.
After running your code, I found that the number of iterations in the program always exceeds your predetermined threshold when the space utilization rate of Cuckoo Filter…
fptjy updated
3 years ago
-
I'm using rust-cuckoofilter to check entries in the 'Have I Been Pwned' master list (551509767 SHA1 hashes).
I've been taking the first 64 bits of the SHA1 hash as the key.
According to [this …
-
The decision cache can be a regular cached, where the key is the trace ID and the value is the decision. We can use a ring buffer to limit the number of entries in this cache, but this can be an imple…
-
I am wondering if it's possible to resize (grow) an existing Cuckoo filter once the capacity is reached? Rather than rebuild one anew.
-
Point data is frequently used to represent areas (e.g. the [MaxMind GeoIP Farm From Hell](http://fusion.net/story/287592/internet-mapping-glitch-kansas-farm/)). That's bullshit. Points are lies.
Buil…
-
_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=1518) created by **kak@google.com** on 2013-08-29 at 07:19 AM_
---
via https://groups.google.com/forum/#!topic/guava-disc…
-
For the subject view, since the filtering uses _startswith_, a citation that has many subjects could match the query multiple times and currently is displayed the multiple times. Example at /withers/s…
-
Hi, loving using your Cuckoo filter always loved the concept behind cuckoo hashing but never ended up using it until now.
There are some ways to make it faster however.
1: Support primitives suc…
-
I have three question before import cuckoofilter into my project:
1. how to dumps and loads cuckoofilter from file in order to failover?
2. what's recommend ratio for `data size/cuckoofilter size`?
…
-
Hi,
I wanted to understand the commands associated with the cuckoo filter, apologies some of these question might be very basic.
I am trying to create a filter that would hold 1 billion elements…