feat: attempt to benchmark another implementation from crates.io

This commit is contained in:
nobody 2025-07-08 18:38:49 -07:00
commit 131d9f3cfe
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
4 changed files with 300 additions and 8 deletions

View file

@ -1,4 +1,6 @@
There is a test harness written in Java by the original paper authors
https://github.com/Chat-Wane/LSEQ
So far I cannot get my implementation to reproduce the numbers from the
Chat-Wane repo.
So far I cannot get my implementation to reproduce the numbers
Another rust implementation is located at https://github.com/s-panferov/lseq/tree/master/src. I tried to benchmark it and discovered it does not build on aarch64