-
Hello and thank you for maintaining this client,
Most features are additional options during the creation of Bloom and Cuckoo filters but a change that may break your clients is - CMS.INCRBY returns …
-
Currently a `HashSet` is being used to check if a node is in the set of seen nodes. The `u32` in the set is the index in the zero layer which is unique for all elements. The `u32` is very small and we…
-
I am inserting strings of the format:
str:="http://ajaybodhe.com/abc/zrjer/frenfrefnre/efnjerfrje/?%v"
Where "%v" is replaced with 1 to 500,000
And then when I try to search "http://ajaybodhe.com/a…
-
Are there some papers or books that i can reference about this project? Looking forward to your reply
-
Given what I know about cuckoo filters, given a fingerprint f there should be two indices i1 and i2 such that i1 ^ f = i2.
The problem is in util.go, here:
```
func getAltIndex(fp byte, i uint, n…
-
@lehins @curiousleo
This builds all packages in `nixpkgs` that depend on `random`. You can change the commit hash and branch easily enough if you need to.
https://github.com/idontgetoutmuch/nix…
-
I would like to use a cuckoo filter, and saw some work on improving it (ergonomics, and looks like speed?) in the master branch that hasn't been released. When do you think it will be in shape to go …
-
I tried to find what are the default options for rebloom
But couldn't find anything.
The doubt's which I had in my mind are
- How many hash functions are used in the filter that is created?
…
-
**Fake motivation**:
Associative array data structures like some skiplists, B-trees, and [radix/compact prefix trees](https://en.wikipedia.org/wiki/Radix_tree) need less to no randomness to get sim…
-
The `bloom12` filter here produces false negatives when built from the full `pwned-passwords-sha1-ordered-by-hash-v5.txt`, whereas the `xor8` filter appears to work. I suspect the reason why is that a…