-
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…
-
Thanos currently performs a "possibly in set" check in order to exclude certain StoreAPIs from calls. This check currently only excludes a StoreAPI if all sets of external labels indicate that time-se…
-
I am wondering if it's possible to resize (grow) an existing Cuckoo filter once the capacity is reached? Rather than rebuild one anew.
-
Clients with big filters can demand a lot of RAM on the relay. This can be reduced significantly by using probabilistic filters. While these filters are not great to query a database, they are great t…
-
First of all, please excuse my possibly ignorant question as I'm not a CS guy - more of an engineer, and so I don't fully understand your academic paper.
I see that the class can be instantiated wi…
-
## What's the functionality you would like to add ##
We'd like to provide an approximate member query, such as quotient filter, that can quickly answer if an element likely belongs to a set. This co…
-
_[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…
-
Thanks for creating an issue! But first: did you read our community guidelines?
https://cuckoo.sh/docs/introduction/community.html
##### My issue is: Volatility crashes everytime when executing vo…
-
Hello
I have a problem I can't solve on Windows 10.
All my files sent from guest to host (screenshots, custom files) are converted from \n to \r\n, even when they are binary. This makes the screensh…
Tigzy updated
4 years ago
-
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`?
…