feat: experiment with different implementations of LSEQ

This commit is contained in:
nobody 2025-07-08 16:49:52 -07:00
commit 1e45ef9314
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
23 changed files with 3578 additions and 0 deletions

17
research/Cargo.toml Normal file
View 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