bloom-filter
Here are 281 public repositories matching this topic...
For some use-cases, Xor filters are supposed to be faster and smaller than Bloom and Cuckoo filters.
Recently, support for strings was added to the xorfilter Rust crate:
https://github.com/bnclabs/xorfilter/blob/master/tests/xorfilter.rs#L56
We should test that to see if they make our wasm binary smaller.
If someone wants to give this a shot, please write
-
Updated
Jul 5, 2017 - Go
Hello old friends,
Galaxy has shipped v3.0.0a1
but links to the v2 docs as the v3 docs aren't being built:
https://khmer.readthedocs.io/en/v3.0.0a1/
Ch
-
Updated
Jun 18, 2020 - C
-
Updated
Apr 28, 2020 - Scala
Currently, threads are only used for testing framework (and not testing cases themselves). IMO, it's better to shift responsibility for running tests in parallel to the testing environment (make test -j8
) and decouple it from the testing code.
Following a previous issue, #34:
I would also prefer a simple solution that doesn't require Threads. I've written a small unit test framework for CA
-
Updated
Sep 9, 2019 - JavaScript
-
Updated
Oct 23, 2018 - JavaScript
-
Updated
Jun 15, 2020 - C++
-
Updated
Mar 8, 2018 - Python
-
Updated
Jun 22, 2020 - C++
-
Updated
Mar 5, 2020 - Zig
-
Updated
Apr 17, 2019 - Clojure
Currently the wallet displays a QR for the latest 'new' address, however there is no way to have it show a QR for a previously used address.
We should expose such functionality via the address book, as well as potentially via right click (or a button) in the transaction list screen.
-
Updated
May 29, 2020 - C++
-
Updated
Oct 15, 2019 - Java
The documentation link at the bottom of the readme page seems to jump to a local up address. I think maybe needs updating?
-
Updated
Jan 19, 2016 - Ruby
-
Updated
Jun 14, 2020 - Elixir
-
Updated
May 26, 2020 - Java
-
Updated
Jun 3, 2020 - C++
-
Updated
Dec 21, 2018 - C++
-
Updated
May 18, 2020 - TypeScript
-
Updated
Apr 13, 2020 - Coq
-
Updated
Jun 5, 2018 - C#
-
Updated
Apr 23, 2019 - C#
Improve this page
Add a description, image, and links to the bloom-filter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bloom-filter topic, visit your repo's landing page and select "manage topics."
The hyperloglog unit tests depend on the presence of /usr/share/dict/words (see https://github.com/tylertreat/BoomFilters/blob/611b3dbe80e85df3a0a10a43997d4d5784e86245/hyperloglog_test.go#L34). It would be helpful to include the test data in the repo to ensure the tests work without modification on systems that don't follow that dictionary path convention or don't load a dictionary package.