issues
search
jedisct1
/
rust-bloom-filter
A fast Bloom filter implementation in Rust
BSD 2-Clause "Simplified" License
235
stars
51
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support defragmentation of the bloom structure's bit_vec
#48
KarthikSubbarao
opened
9 hours ago
0
Supporting defragmentation on the Bloom structure
#47
KarthikSubbarao
opened
3 weeks ago
2
Consider yanking 1.0.15
#46
nox
closed
3 weeks ago
2
Number of hash functions (k) should be floored, not ceiled
#45
ashtul
opened
3 months ago
1
Update bit-vec requirement from 0.7.0 to 0.8.0
#44
dependabot[bot]
closed
3 weeks ago
1
Update bit-vec requirement from 0.6.3 to 0.7.0
#43
dependabot[bot]
closed
5 months ago
1
Support `no_std`
#42
antonok-edm
opened
1 year ago
0
Some fixes
#41
chris-ha458
closed
1 year ago
6
Fix typo
#40
matthiasbeyer
closed
1 year ago
1
Implement `fill` and `is_empty` for BloomSet
#39
k12ish
closed
1 year ago
0
Provide `bloom.is_empty()` and `bloom.fill()`
#38
k12ish
closed
1 year ago
1
Fix `cargo` warning on project vs package key name
#37
CosmicHorrorDev
closed
1 year ago
0
Move unit tests to integration tests
#36
CosmicHorrorDev
closed
1 year ago
0
Use fallible operations in `Bloom::new_with_seed()`
#35
CosmicHorrorDev
closed
1 year ago
1
[bitvec] change from bit-vec to bitvec
#34
ufoot
closed
1 month ago
3
Improve README and other improvements
#33
Ebedthan
closed
1 year ago
1
Improve README
#32
Ebedthan
closed
1 year ago
4
Compilation failes
#31
feldim2425
closed
3 years ago
1
Fix typo in Cargo.toml.
#30
spacemeowx2
closed
3 years ago
0
`v1.0.7` has a surprise major breaking change
#29
spacemeowx2
closed
3 years ago
1
Move rand crate behind feature gate
#28
jhwgh1968
closed
3 years ago
2
load and save
#27
Noname400
closed
3 years ago
1
Create Dependabot config file
#26
dependabot-preview[bot]
closed
3 years ago
0
Fix missing dependencies
#25
ndokmai
closed
3 years ago
2
Cleaner syntax for `compute_bitmap_size`.
#24
neoneye
closed
3 years ago
1
Update rand requirement from 0.7 to 0.8
#23
dependabot-preview[bot]
closed
3 years ago
1
Bloom::from_existing() is slow
#22
alexforster
closed
3 years ago
0
multiplication in u128 before mod 0xffffffffffffffc5
#21
amishaa
closed
4 years ago
0
Make API more standards conform like HashSet
#20
gh0st42
closed
3 years ago
0
added serde derive, feature flag and test
#19
gh0st42
closed
3 years ago
2
Serde and bloomfilter
#18
gh0st42
closed
3 years ago
2
T should be marked as ?Sized
#17
zonyitoo
closed
4 years ago
1
T should be marked ?Sized
#16
zonyitoo
closed
4 years ago
3
Update siphasher requirement from ^0.2.2 to ^0.3.1
#15
dependabot-preview[bot]
closed
4 years ago
1
Update bit-vec requirement from ~0.4 to ~0.6
#14
dependabot-preview[bot]
closed
4 years ago
1
Update rand requirement from ~0.3 to ~0.7
#13
dependabot-preview[bot]
closed
4 years ago
0
clippy
#12
u2
closed
4 years ago
0
Switch to xx as the bloom filter hash
#11
durch
closed
5 years ago
2
Expose the underlying BitVec in the API
#10
ketralnis
closed
3 years ago
0
Change the type signature of Bloom to Bloom<T>
#9
ketralnis
closed
7 years ago
0
Split bloom state and configuration into separate structures
#8
ketralnis
closed
7 years ago
2
Feature request: ability to accept "raw" pre-hashed values
#7
ketralnis
closed
7 years ago
2
Store and load state of bloomfilter
#6
thijsc
closed
7 years ago
10
Added clear() method for clearing bit vector
#5
aromatt
closed
8 years ago
1
Use wrap safe ops in `bloom_hash`
#4
carllerche
closed
9 years ago
1
The version of rust-bloom-filter on crates.io does not build on stable.
#3
KieranHunt
closed
9 years ago
1
Added accessors for number of bits and number of hash functions.
#2
zslayton
closed
10 years ago
1
Create Cargo.toml to make the package cargo-compatible
#1
derekchiang
closed
10 years ago
0