btl_bloomfilter icon indicating copy to clipboard operation
btl_bloomfilter copied to clipboard

The BTL C/C++ Common bloom filters for bioinformatics projects, as well as any APIs created for other programming languages.

Results 4 btl_bloomfilter issues
Sort by recently updated
recently updated
newest added

``` >>> Test phase: sci-biology/btl_bloomfilter-1.2.1 Making check in Tests/AdHoc make[1]: Entering directory '/var/tmp/portage/portage/sci-biology/btl_bloomfilter-1.2.1/work/btl_bloomfilter-1.2.1/Tests/AdHoc' make BloomFilterTests ParallelFilter make[2]: Entering directory '/var/tmp/portage/portage/sci-biology/btl_bloomfilter-1.2.1/work/btl_bloomfilter-1.2.1/Tests/AdHoc' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -Wall -Wextra -Werror -fopenmp -std=c++11...

I have 863,049,256 keys whose format is 34 character alphanumeric: ``` Z6DauUBtzw8p77MLxy7VWYCKN92JfKiCK AJe8BJYnJHp9DDUrvGgFwmn5oBjhUSgowr 114VNKGsr9M4ogvwjz6ESNUqYdroGyht7r etc.. ``` Do you have any recommendations on bloom filter parameters? In particular these: ``` /*...

Make `Increment` functions protected. More elegant solution of m_countThreshold

The error from CI is only from clang-tidy.