issues
search
axiomhq
/
rust-cuckoofilter
Cuckoo Filter: Practically Better Than Bloom (In Rust)
MIT License
271
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Rust 2021 update
#56
Christoff-Zulzi
closed
1 year ago
1
Removing Error::description and Adding Debug Derivations
#55
BHouwens
opened
1 year ago
0
update deps and fix some typo
#54
attila-lin
opened
2 years ago
0
updating rand
#53
gilescope
opened
3 years ago
0
Add clear method
#52
rday
closed
4 years ago
0
Remove dev flag for clippy
#51
CosmicHorrorDev
closed
4 years ago
0
Remove dev feature flag
#50
CosmicHorrorDev
closed
4 years ago
2
Cleanup
#49
CosmicHorrorDev
closed
4 years ago
1
Move Serde functionality behind a feature flag
#48
JayKickliter
closed
4 years ago
4
Edition 2018
#47
CosmicHorrorDev
closed
4 years ago
0
Rust `Error` `description` deprecated
#46
CosmicHorrorDev
opened
4 years ago
0
Spring cleaning
#45
CosmicHorrorDev
closed
4 years ago
0
Add basic ci workflow for just `check` and `test`
#44
CosmicHorrorDev
closed
4 years ago
0
Move to Rust 2018 edition
#43
CosmicHorrorDev
closed
4 years ago
2
Move `serde` support behind a feature flag
#42
CosmicHorrorDev
closed
4 years ago
1
Homepage seems entirely unrelated to crate
#41
CosmicHorrorDev
closed
4 years ago
1
Deserialization fix for arbitrary FINGERPRINT_SIZE
#40
npazosmendez
closed
4 years ago
0
Deserialization fails when changing FINGERPRINT_SIZE
#39
npazosmendez
closed
4 years ago
0
Bump dependency versions
#38
Demi-Marie
opened
4 years ago
0
`impl<'a> From<&'a [u8]> for Bucket` doesn't adhere Rust conventions
#37
AnthonyMikh
opened
5 years ago
0
ExportedCuckooFilter with serde_bytes for efficiency
#36
gh0st42
closed
4 years ago
0
Remove my name from authors and add "cuckoofilter developers"
#35
LukasKalbertodt
closed
5 years ago
0
Release 0.4 never published to crates.io
#34
calavera
closed
4 years ago
12
Clear method
#33
vadixidav
closed
4 years ago
1
Poor false positive rate for memory used
#32
DanielHeath
opened
5 years ago
7
Arbitrary capacities?
#31
robertsdotpm
closed
5 years ago
2
Release 0.4.0
#30
ravloony
closed
6 years ago
7
Implement import/export features
#29
Libbum
closed
6 years ago
14
Import/Export for storage of cuckoo filters
#28
Libbum
closed
6 years ago
0
Add autogenerated C ABI crate via cbindgen
#27
florianjacob
closed
6 years ago
3
If NotEnoughSpace, the add method adds the given element but removes another random element
#26
florianjacob
closed
6 years ago
3
Make len & with_capacity usize instead of u64
#25
florianjacob
closed
7 years ago
0
Return Result type from add instead of panicking
#24
florianjacob
closed
7 years ago
2
Separate fingerprint and index generation
#23
florianjacob
closed
7 years ago
6
Add false positive rate integration test
#22
florianjacob
closed
7 years ago
1
use DefaultHasher instead of SipHasher
#21
florianjacob
closed
7 years ago
0
fix README's “Note“ headline formatting
#20
florianjacob
closed
7 years ago
0
Fingerprint is broken
#19
burdges
closed
7 years ago
4
Publish to crates.io
#18
sunng87
closed
7 years ago
1
Minor touch-ups
#17
tbg
closed
8 years ago
0
Using `std::hash::hash` by mistake.
#16
bluss
closed
7 years ago
1
Removing &mut references to self in the contains `method` of CuckooFilter and 'get_fingerprint_index' of Bucket
#15
KieranHunt
closed
9 years ago
2
Revert "Use drastically fewer allocations, add benchmarks, allow diff…
#14
seiflotfy
closed
9 years ago
0
Use drastically fewer allocations, add benchmarks, allow different hashers to be used, and enable insertion of all Hashable items.
#13
Thiez
closed
9 years ago
9
Add Clippy for More Linting
#12
killercup
closed
9 years ago
0
Do not allow return value of CocooFilter::add() to be ignored
#11
lukaslueg
closed
7 years ago
0
Online documentation
#10
LukasKalbertodt
closed
7 years ago
2
Improve tests
#9
LukasKalbertodt
opened
9 years ago
0
Huge cleanup
#8
LukasKalbertodt
closed
9 years ago
0
Fix typo in README.md
#7
mrjbq7
closed
9 years ago
0
Next