issues
search
prataprc
/
xorfilter
Rust library implementing xor-filters
Apache License 2.0
137
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Panics found by fuzzing
#33
WIZeaz
opened
11 months ago
0
Introduce U64HashSet to dedup u64 which are already hashed.
#32
zouxiang1993
closed
3 weeks ago
0
Do better than "Too many iterations. Are all your keys unique?"
#31
lemire
opened
1 year ago
0
Refactor: Xor8Builder::populate(`IntoIterator`)
#30
drmingdrmer
closed
1 year ago
1
CI: build benchmark on CI
#29
drmingdrmer
closed
1 year ago
0
Fix: typo in benches/xor_bench.rs
#28
drmingdrmer
closed
1 year ago
0
Merging rustfmt changes and filter/builder separation
#27
prataprc
closed
1 year ago
0
Refactor: apply new rustfmt
#26
drmingdrmer
closed
1 year ago
0
replace btreemap with hashset
#25
drmingdrmer
closed
2 years ago
0
CI: fix mergify.yml
#24
drmingdrmer
closed
2 years ago
2
Refactor: correct method names: xx_keys should be xx_digests
#23
drmingdrmer
closed
2 years ago
7
CI: disable the very slow debug mode test
#22
drmingdrmer
closed
2 years ago
0
Tests take a long time to complete
#21
drmingdrmer
closed
2 years ago
1
CI: simplify github workflow with matrix
#20
drmingdrmer
closed
2 years ago
0
Change: user iterator instead of slice as arg passed to populate_keys()
#19
drmingdrmer
closed
2 years ago
2
make build error:
#18
ives9638
closed
3 years ago
3
Gather benchmark results for other implementations.
#17
prataprc
opened
3 years ago
0
Consider adding binary fuse filters
#16
lemire
closed
3 years ago
6
Sync with master
#15
AlexMikhalev
closed
3 years ago
1
Add and derive serialization and deserialization traits (serde)
#14
InnovativeInventor
closed
3 years ago
3
Ci pipeline with windows and os matrix
#13
AlexMikhalev
opened
3 years ago
4
Benchmark using criterion.
#12
prataprc
opened
3 years ago
0
Migrated benchmarks to criterion
#11
AlexMikhalev
closed
3 years ago
9
add helper method to serialize the filter to byte vector.
#10
poonai
closed
4 years ago
1
Handle DGM scenario for Xor8 filter.
#9
prataprc
opened
4 years ago
1
Add new/contains function for hashable types(which implement trait Hash)
#8
uijin
closed
4 years ago
0
Add a simple CI workflow of Github action
#7
uijin
closed
4 years ago
5
Setup continuous integration and/or github actions.
#6
prataprc
opened
4 years ago
2
More idiomatic rust
#5
kirushik
closed
4 years ago
1
Use rotate_left from stdlib
#4
kirushik
closed
4 years ago
1
Allow arbitrary value types
#3
mre
closed
4 years ago
7
Add file persistence function, write_file()/read_file().
#2
uijin
closed
4 years ago
1
Serialize / Deserialize Xor8 type.
#1
prataprc
opened
4 years ago
9