issues
search
mavam
/
libbf
:dart: Bloom filters for C++11
http://mavam.github.io/libbf
BSD 3-Clause "New" or "Revised" License
356
stars
89
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How can I add raw bytes, or non-null terminated strings?
#56
etale-cohomology
opened
1 year ago
1
latest tag release
#55
sequoiar
opened
2 years ago
1
Incorrect header inclusion
#54
lrobidou
opened
3 years ago
0
GCC 10.1 needs include stderr if using a stderr
#53
JervenBolleman
closed
4 years ago
0
GCC: Version 10.0.1 "runtime_error’ is not a member of ‘std" in hash.cpp
#52
JervenBolleman
closed
4 years ago
2
Correction about counting bf.
#51
dasfex
closed
4 years ago
3
Segmentation fault when running in thread
#50
stmotw
closed
4 years ago
1
Fix assert in basic bloom filter
#49
stmotw
closed
4 years ago
1
Error while building on windows using MSVC
#48
stmotw
closed
4 years ago
1
Fix windows build for Visual Studio
#47
stmotw
closed
4 years ago
0
make static lib and position independent code
#46
ekg
closed
4 years ago
6
Delete aux dir
#45
egorpugin
closed
5 years ago
1
aux is a reserved file name on windows
#44
Rastaban
closed
5 years ago
3
Fixed bug in counting_bloom_filter::lookup
#43
thandirk
closed
5 years ago
0
MSVC not supported?
#42
amiremohamadi
closed
5 years ago
1
added BUILD_TESTS cmake option
#41
mristin
opened
5 years ago
1
Remove dependency on Threads
#40
mristin
opened
5 years ago
1
added semver to readme
#39
mristin
closed
5 years ago
0
gitignored clion directories
#38
mristin
closed
5 years ago
0
bits.size % digests.size() assert error make this library not friendly.
#37
xiaobogaga
closed
5 years ago
3
moved Threads dependency to tests
#36
mristin
closed
5 years ago
1
Conan package
#35
mristin
opened
5 years ago
5
Wrapping for Python 3
#34
mristin
opened
5 years ago
6
Possible performance improvement by replacing % (modulo) with multiply + shift
#33
thomasmueller
opened
6 years ago
3
how to install the code in os x?
#32
shuyaoyimei
opened
6 years ago
5
Fix bug for make test failure(#30)
#31
redfieldcd
closed
6 years ago
1
make test failure
#30
KB00100100
opened
6 years ago
0
suppress warnings for Duff's device
#29
amosbird
closed
6 years ago
0
Added clang-format style and applied to all .cpp/.h
#28
amallia
closed
7 years ago
1
N3980: a more flexible way of hashing
#27
amallia
opened
7 years ago
3
Added Travis file for CI
#26
amallia
opened
7 years ago
1
Added Travis file for CI
#25
amallia
closed
7 years ago
0
Added make function for basic_bloom_filter
#24
amallia
closed
7 years ago
5
Added make function for basic_bloom_filter
#23
amallia
closed
7 years ago
5
fix bitvector swap bug
#22
xiehuc
closed
7 years ago
1
Possible performance issue when performing look-ups for non-existent entries
#21
ArashPartow
opened
7 years ago
3
Fixed bloom_filter_bitwise test (issue #12)
#20
edenzik
opened
8 years ago
1
Path with space
#19
stephane-archer
opened
8 years ago
0
Avoid assert failure on bits_.size() % digests.size()
#18
RoyBellingan
closed
4 years ago
2
Export the filter
#17
RoyBellingan
opened
8 years ago
9
make test failure!
#16
melon-li
closed
8 years ago
1
pthread not required in ./configure
#15
lynxoid
closed
8 years ago
1
Refines hash definitions
#14
kamikat
closed
8 years ago
2
Have default hash function returns a `digest`
#13
kamikat
opened
8 years ago
4
make test failure
#12
ubique
opened
8 years ago
2
Created a storage method to access bitvector
#11
mborger
closed
9 years ago
9
Retrieve bitstring for basic_bloom_filter
#10
mborger
closed
9 years ago
4
There is an error when I use the CBF
#9
xuzhw
closed
10 years ago
1
error about the largest size of entity added into bf
#8
xuzhw
closed
10 years ago
2
make error
#7
xuzhw
closed
10 years ago
7
Next