-
Very exciting work!
In comparing the Counting Quotient Filter to counting bloom filters and other probabilistic data structures, can you provide any numbers?
For example, the [Cuckoo Filter](htt…
-
From this discussion: https://github.com/whatyouhide/stream_data/issues/18#issuecomment-322045634
When testing a function on integers, I want to test it on `-1`, `0` and `1`, values that often brea…
-
As we move to the iterator reporting paradigm I think it is worth spelling out what the reporting API should be. My hope is that we can make it easier to build graph classes that don't rely on dict-of…
-
Currently, the only compositional generator is a `ProbabilisticProgram`, and for these the only sub-regenerators are currently `AtomicGenerator`s (i.e. "probabilistic modules"), and the value itself i…
-
The following code snippet fails:
```
Union hll1 = new Union(12);
Stream.of("1", "2", "3", "4", "5", "6", "7", "8", "9").forEach(hll1::update);
Union hll2 = Union.heapify…
-
Happy to submit a PR
-
If I have an app thats deployed in IPFS with a central DB via a REST api...does IPFS mess with the REST communication of my app?
Also, does IPFS have a solution to centralize large databases? Maybe s…
-
Right now cache can hold partition in its entirety ("complete") or not at all. This is problematic for workloads creating large partitions:
- Reading whole partition may result in large read amplifica…
-
Hi there, I was trying to emulate the simple example of the a9a dataset (included)
So I compiled the library into train.exe with **Visual Studio 2013**
After a while, all ok, now run with command lin…
-
I have been using `View` as a `DP Mixture` CGPM, but I have the feeling that this was not its intended use case. Instead, it seems that `View` (and `Dim` and `Importance`) is a private CGPM, that is n…