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
Do not ceil `k` hash functions.
#105
ashtul
opened
1 week ago
0
Approximated Size returns 0 for a saturated bitset on amd64
#104
rotemiman
opened
2 months ago
0
ApproximatedSize returns wrong bloom filter size if bloom filter has 4B+(beyond uint32 range) items
#103
satishbhor
opened
5 months ago
0
Fix size estimation if bloom filter has items beyond uint32 range
#102
satishbhor
opened
5 months ago
0
Compatibility with Guava (Java)
#101
GiovaniFerraroTrivelli
opened
5 months ago
0
Fix hashing on big-endian systems
#100
neilalexander
closed
8 months ago
5
Wrong sum256 hash value on big endian host architecture
#99
Sarevalak
closed
8 months ago
0
feature: `Clear`
#98
proost
closed
8 months ago
0
Strange false positive with single item capacity filter
#97
dotjim
opened
11 months ago
0
Dead link in README file
#96
tjayrush
opened
1 year ago
0
Updating the bitset dependency
#95
lemire
closed
1 year ago
0
Update mod
#94
barath
closed
1 year ago
0
Reduce allocations on string operations
#93
KimMachineGun
opened
1 year ago
0
is there a way to save results to disk when reboot?
#92
kolinfluence
opened
1 year ago
1
bits-and-blooms can ensure thread-safe/go-routine safe?
#91
guolancer
opened
1 year ago
1
how much memory is used per item / false positive percentage?
#90
kolinfluence
opened
1 year ago
0
Implement binary.BinaryMarshaler/binary.BinaryUnmarshaler interfaces
#89
omerfirmak
closed
1 year ago
2
Adds a fuzz testing harness
#88
nathaniel-brough
opened
1 year ago
0
Create simple example_test.go
#87
kz-sher
opened
1 year ago
0
This improves slightly the documentation.
#86
lemire
closed
1 year ago
0
OOB read using ReadFrom
#85
klauspost
closed
2 years ago
5
Improve support of big endian systems
#84
lemire
closed
2 years ago
0
New API for EstimateParameters
#83
lemire
closed
2 years ago
0
git: Add `.idea` into the `.gitignore` file
#82
SimFG
closed
2 years ago
1
bloom: Improve the `TestAndAdd` function.
#81
SimFG
closed
1 year ago
2
bloom: Remove the side effect of the `EstimateFalsePositiveRate` function
#80
SimFG
closed
2 years ago
3
Remove the side effect of the `EstimateFalsePositiveRate` function
#79
SimFG
closed
2 years ago
3
2x 128 bit hash instead of 2x 64 bit hash. Why?
#78
aratz-lasa
opened
2 years ago
1
Create SECURITY.md
#77
JamieSlome
closed
2 years ago
2
module declares its path as github.com/bits-and-blooms/bitset but require github.com/willf/bitset
#76
baipangbai
closed
2 years ago
1
bloom: add func to create bloom with data and m
#74
paralin
closed
2 years ago
2
Max number of elements
#73
hurek
closed
2 years ago
2
Error in readme.md of v3
#72
lonelyevil
closed
2 years ago
1
The VERSION file is correct?
#71
swoiow
closed
2 years ago
1
Add TestOrAdd, TestOrAddString
#70
moredure
closed
3 years ago
1
Update bloom.go
#69
moredure
closed
3 years ago
7
Backward compatibillity break test failures on s390x
#68
davide125
closed
2 years ago
3
Add method calculate approximating the number of items
#67
performonkey
closed
3 years ago
0
reduce_allocs : Add without chaining
#66
alemrtv
closed
3 years ago
0
bloom: expose bitset with a func
#65
paralin
closed
3 years ago
3
Question for hashing strings and order inside it
#64
robsztal
closed
2 years ago
3
Missing /v3 suffix in tagged revision
#63
tomekc
closed
3 years ago
1
Fix v3 broken modules
#62
klauspost
closed
3 years ago
1
go.sum missing
#61
moredure
closed
3 years ago
1
Issue when importing package from master branch
#60
moredure
closed
3 years ago
4
Switching to github actions.
#59
lemire
closed
3 years ago
0
Heap-free hashing
#58
lemire
closed
3 years ago
4
Reduce allocations
#57
moredure
closed
3 years ago
6
Looking for new maintainer
#56
willf
closed
3 years ago
5
Applying the bloom filter for HASH160 addresses
#55
oguzdelioglu
closed
3 years ago
11
Next