https://github.com/ScorexFoundation/AVLIODB
Authenticated AVL tree implementation with IODB persistence
https://github.com/ScorexFoundation/AVLIODB
Last synced: 7 days ago
JSON representation
Authenticated AVL tree implementation with IODB persistence
- Host: GitHub
- URL: https://github.com/ScorexFoundation/AVLIODB
- Owner: ScorexFoundation
- Created: 2016-11-18T08:09:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T16:26:38.000Z (over 5 years ago)
- Last Synced: 2025-04-09T05:02:29.558Z (29 days ago)
- Language: Scala
- Homepage:
- Size: 200 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ergo - AVLIODB
README
# AVL-IODB
To run benchmarks use command `sbt "project benchmarks" "jmh:run -i 3 -wi 3 -f1 -t1 -rf csv .*AVLTreeBatchPerformance"`
Results will be stored in `benchmarks/jmh-results.csv` file.