Skip to content

Commit

Permalink
probably working version
Browse files Browse the repository at this point in the history
  • Loading branch information
oiwn committed Sep 14, 2024
1 parent 21d88ea commit dfa4fc6
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 425 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ edition = "2021"
bitvec = "1.0.1"
fnv = "1.0.7"
murmur3 = "0.5.2"

[dev-dependencies]
rand = "0.8.5"
3 changes: 3 additions & 0 deletions notes.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
* Ideas
** No std?
** TODO backend for redis using rustis
** TODO backend for redb using redb crate
** TODO https://github.com/Cyan4973/xxHash - maybe check this hash?
https://docs.rs/twox-hash/latest/twox_hash/
** TODO I think need one hash function
instead of K hash function can use composite hash function which will create K different hashes
using so called 2 hash trick:
Expand Down
Loading

0 comments on commit dfa4fc6

Please sign in to comment.