bloomd icon indicating copy to clipboard operation
bloomd copied to clipboard

C network daemon for bloom filters

Results 11 bloomd issues
Sort by recently updated
recently updated
newest added

The citeseer paper link is dead, and the paper is now open-access on ACM

Closes Issue #58 Build errors when warnings are treated as errors (default build settings).

OS: Pop!_OS 22.04 LTS Build Log ``` scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... gcc -o src/bloomd/conn_handler.o -c -std=c99 -D_GNU_SOURCE -Wall -Wextra -Werror...

Thanks armon, this is a very helpful project! My lack of full understanding of stable bloom filters is probably the cause of this issue. But i see the "default" probability...

macOS Mojave 10.14.6 bloomd v0.7.5 ![image](https://user-images.githubusercontent.com/13644079/69616725-0dad5180-1072-11ea-88a1-27e7b29eed74.png)

Dockerfile used to create a container for bloomd (running on Alpine) Some configuration options can be set using env variables: | Name | Default value | Description | |------|---------------|-------------| |...

I'm working off the latest master, on Ubuntu 18.10. scons version: ``` script: v3.0.5.a56bbd8c09fb219ab8a9673330ffcd55279219d0, 2019-03-26 23:16:31, by bdeegan on kufra engine: v3.0.5.a56bbd8c09fb219ab8a9673330ffcd55279219d0, 2019-03-26 23:16:31, by bdeegan on kufra ``` ```...

Hi there. Recently we started seeing a lot of timeouts when performing queries against a BIG set (over 200 Million filters). Timeouts for us, means that the query to bloomd...

If we add support for a write-ahead-log, then external tools can be used to setup log streaming and build a sane high availability setup.

It would be great to have server supported atomic renames. We have a script that builds several large bloom filters, which can take a while. It would be great if...