issues
search
ayazhafiz
/
xorf
Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.
MIT License
129
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`Contains` isn't O(1) with respect to the size of the filter?
#84
vlovich
opened
6 months ago
1
use Borrow to allow more types in .contains() calls
#83
djugei
opened
10 months ago
0
contains should allow borrowed types
#82
djugei
opened
10 months ago
2
Use serde_bytes to reduce (de)serilization speed of 8-bit filters by 96%
#81
JanBerktold
opened
12 months ago
3
Expose a 0-copy interface for serializing/deseralizing the filters directly
#80
vlovich
opened
1 year ago
0
RFC: 0-copy serialization / deserialization
#79
vlovich
opened
1 year ago
14
is it possible to serialize filters to disk?
#78
shi-yan
closed
1 year ago
2
Reproducible fingerprints
#77
wirelyre
opened
1 year ago
1
Bump to edition 2021
#76
ayazhafiz
closed
1 year ago
0
Add `Clone` derivation for Filters
#75
vlovich
closed
1 year ago
4
Bincode support with Encode/Decode derived
#74
jguhlin
closed
1 year ago
4
Expose `prelude` helpers and `bfuse` struct fields
#73
ghost
opened
1 year ago
1
`BinaryFuse` filters only implement `TryFrom`, conflicting with `HashProxy`
#72
ghost
opened
1 year ago
2
build(deps): bump actions/cache from 2.1.7 to 3.3.1
#71
dependabot[bot]
opened
1 year ago
0
build(deps): bump actions/cache from 2.1.7 to 3.3.0
#70
dependabot[bot]
closed
1 year ago
1
Cap total number of bits
#69
ozgrakkurt
closed
1 year ago
2
build(deps): bump actions/cache from 2.1.7 to 3.2.6
#68
dependabot[bot]
closed
1 year ago
1
build(deps): bump actions/cache from 2.1.7 to 3.2.5
#67
dependabot[bot]
closed
1 year ago
1
build(deps): bump actions/cache from 2.1.7 to 3.2.4
#66
dependabot[bot]
closed
1 year ago
1
build(deps): bump actions/cache from 2.1.7 to 3.2.3
#65
dependabot[bot]
closed
1 year ago
1
build(deps): bump actions/cache from 2.1.7 to 3.2.2
#64
dependabot[bot]
closed
1 year ago
1
build(deps): bump actions/cache from 2.1.7 to 3.2.1
#63
dependabot[bot]
closed
1 year ago
1
build(deps): bump actions/cache from 2.1.7 to 3.2.0
#62
dependabot[bot]
closed
1 year ago
1
Is there a way to tune the false positive rate to reduce space?
#61
vlovich
closed
1 year ago
1
Add from_iterator/try_from_iterator for the filters.
#60
vlovich
closed
1 year ago
7
try_from with an iterator of keys
#59
vlovich
closed
1 year ago
2
build(deps): bump actions/cache from 2.1.7 to 3.0.11
#58
dependabot[bot]
closed
1 year ago
1
build(deps): bump actions/checkout from 2 to 3.1.0
#57
dependabot[bot]
closed
1 year ago
1
build(deps): bump actions/cache from 2.1.7 to 3.0.10
#56
dependabot[bot]
closed
2 years ago
1
build(deps): bump actions/cache from 2.1.7 to 3.0.9
#55
dependabot[bot]
closed
2 years ago
1
build(deps): update criterion requirement from 0.3.0 to 0.4.0
#54
dependabot[bot]
closed
1 year ago
1
build(deps): update criterion-macro requirement from 0.3.0 to 0.4.0
#53
dependabot[bot]
closed
1 year ago
1
fix #47: use overflow subtraction and addition to match Go implementation
#52
chronowave
closed
1 year ago
1
build(deps): bump actions/cache from 2.1.7 to 3.0.8
#51
dependabot[bot]
closed
2 years ago
1
build(deps): bump actions/cache from 2.1.7 to 3.0.7
#50
dependabot[bot]
closed
2 years ago
1
build(deps): bump actions/cache from 2.1.7 to 3.0.6
#49
dependabot[bot]
closed
2 years ago
1
Fix build panic due to subtraction overflow when the count of keys is 1
#48
youjiali1995
closed
2 years ago
4
panic when the number of keys is 1
#47
coocood
closed
2 years ago
2
build(deps): bump actions/cache from 2.1.7 to 3.0.5
#46
dependabot[bot]
closed
2 years ago
1
build(deps): bump actions/cache from 2.1.7 to 3.0.4
#45
dependabot[bot]
closed
2 years ago
1
build(deps): bump actions/cache from 2.1.7 to 3.0.3
#44
dependabot[bot]
closed
2 years ago
1
build(deps): bump actions/cache from 2.1.7 to 3.0.2
#43
dependabot[bot]
closed
2 years ago
1
build(deps): bump actions/cache from 2.1.7 to 3.0.1
#42
dependabot[bot]
closed
2 years ago
1
build(deps): bump actions/cache from 2.1.7 to 3
#41
dependabot[bot]
closed
2 years ago
1
build(deps): bump actions/checkout from 2 to 3
#40
dependabot[bot]
closed
2 years ago
1
Adjust false positive threhsolds to a 1% failure rate
#39
saethlin
closed
2 years ago
3
8-bit false positive rate tests fail suspiciously often
#38
saethlin
closed
2 years ago
3
build(deps): bump actions/cache from 2.1.6 to 2.1.7
#37
dependabot[bot]
closed
2 years ago
1
Implement Binary Fuse filters of Lemire's upcoming preprint
#36
ayazhafiz
closed
3 years ago
0
Binary fuse filters
#35
ayazhafiz
closed
3 years ago
1
Next