feat: experiment with different implementations of LSEQ
This commit is contained in:
commit
1e45ef9314
23 changed files with 3578 additions and 0 deletions
17
research/Cargo.toml
Normal file
17
research/Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "peoplesgrocers-lseq-research"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
peoplesgrocers-lseq = { path = "../rust" }
|
||||
rand = "0.8"
|
||||
log = "0.4"
|
||||
env_logger = "0.10"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5"
|
||||
|
||||
[[bench]]
|
||||
name = "lseq_benchmarks"
|
||||
harness = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue