issues
search
bits-and-blooms
/
bloom
Go package implementing Bloom filters, used by Milvus and Beego.
BSD 2-Clause "Simplified" License
2.44k
stars
232
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use zero-alloc twmb/murmur3 hash library
#54
vdarulis
closed
4 years ago
0
why not use uint8 on bloom bitset?
#53
HH-LFY
closed
3 years ago
1
Meaning of this line?
#52
thetinygoat
closed
4 years ago
0
optimize bloom filter implementation
#51
achille-roussel
closed
3 years ago
1
add a parallel benchmark for testing against a prebuilt filter
#50
pnordahl
closed
3 years ago
2
False positive rate increases dramatically on big sets
#49
dai-shuo
closed
3 years ago
2
test
#48
willf
closed
6 years ago
0
HI WILL
#47
spamking
closed
3 years ago
0
WriteTo() variant that exports only the bitset
#46
maciej
closed
3 years ago
9
murmur3 over xxHash?
#45
SUP3RIA
closed
3 years ago
4
B() makes bitset values publicly readable. ApproxCount returns ~numbe…
#44
lucianthorr
closed
6 years ago
0
Fork to add read only bloom filter and concurrent read only bloom filter
#43
robskillington
closed
7 years ago
2
Fix hash hyperlink
#42
bradleyjkemp
closed
5 years ago
2
adding bloom filter with xxhash
#41
nesso99
closed
3 years ago
2
Fix link to murmurhash
#40
nak3
closed
3 years ago
1
General improvements and fixes
#39
nicolaasuni
closed
7 years ago
2
README: Fix example syntax
#38
leonklingele
closed
7 years ago
1
Improvements to tests
#37
tompao
closed
7 years ago
2
Test locations
#36
db7
closed
7 years ago
0
Create from existing data slice
#35
db7
closed
7 years ago
1
divide by zero error if number of bits is 0
#34
starius
closed
7 years ago
2
Typo in README: binary/encoding
#33
starius
closed
7 years ago
0
panic: runtime error: integer divide by zero when n is zero
#32
grudzinski
closed
7 years ago
1
Appears to be data races in Concurrent methods
#31
willf
closed
7 years ago
2
hack day December 2, 2016
#30
willf
closed
7 years ago
1
Add equal function.
#29
c00w
closed
8 years ago
1
reduce allocations in baseHashes()
#28
arussellsaw
closed
8 years ago
0
New release tag
#27
Ganners
closed
8 years ago
1
Tidy up the README
#26
priyeshpatel
closed
8 years ago
0
Problem with uniformity of FNV implementation
#25
turgon
closed
7 years ago
7
Is this library support persistence feature ?
#24
cloudtrends
closed
9 years ago
1
Develop
#23
willf
closed
9 years ago
0
added ability to Merge and Copy bloom filters
#22
Newbrict
closed
8 years ago
4
Incorrect tests
#21
erikdubbelboer
closed
9 years ago
11
Incorrect return value for EstimateFalsePositiveRate
#20
erikdubbelboer
closed
9 years ago
1
Adding concurrency test designed by @cenkalti
#19
lemire
closed
9 years ago
0
This version should be concurrent.
#18
lemire
closed
9 years ago
0
Concurrent
#17
cenkalti
closed
9 years ago
7
fix ReadFrom
#16
cenkalti
closed
9 years ago
1
Is one hash enough?
#15
Bwooce
closed
9 years ago
5
TestAndAdd bugfix
#14
ondi
closed
10 years ago
0
TestAndAdd always returns false
#13
ondi
closed
10 years ago
0
Properly initialize buffer on JSON unmarshal
#12
kyledj
closed
10 years ago
0
Used a []uint as buffer to reduce memallocs.
#11
eliothedeman
closed
10 years ago
0
Support encoding/gob serialization
#10
mndrix
closed
10 years ago
0
Allow direct read/write to/from io streams
#9
thepaul
closed
10 years ago
1
EstimateFalsePositiveRate rounds should be configurable?
#8
011010101101
closed
10 years ago
1
Implement json.Marshaler and json.Unmarshaler interfaces
#7
cenkalti
closed
10 years ago
0
use same receiver name in all methods
#6
cenkalti
closed
10 years ago
0
Applied gofmt
#5
fd
closed
11 years ago
0
Previous
Next