Giter VIP home page Giter VIP logo

marvin-j97 / rust-storage-bench Goto Github PK

View Code? Open in Web Editor NEW
14.0 3.0 1.0 869 KB

Benchmarking Rust storage engines

Home Page: https://marvin-j97.github.io/rust-storage-bench/

License: MIT License

HTML 0.66% CSS 0.62% TypeScript 29.93% Rust 62.96% JavaScript 5.73% Shell 0.09%
b-tree benchmark benchmarking btree database embeddable-database key-value-database key-value-store kv kv-store lsm-tree lsmt rust rust-lang sled ycsb

rust-storage-bench's Introduction

rust-storage-bench

Benchmarking Rust storage engines:

Non-Rust (bindings):


  • Δ LSM based
  • Ω B-tree based
  • Ψ Hybrid (Bw-Tree, ...)
  • ★ has reached 1.0

Example usage

cargo build -r
alias bencher='cargo run --bin daemon -r --'

bencher --out task_e_fjall_lcs.jsonl --workload task-e --backend fjall --minutes 5 --key-size 8 --value-size 256 --items 1000 --cache-size 1000000

Run many benchmarks

node tasks.mjs <...filter> 

rust-storage-bench's People

Contributors

marvin-j97 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

arthurprs

rust-storage-bench's Issues

Add SQLite?

While SQLite isn't officially a key-value store, it is often used as one, and has many advantages (mainly quality of code and long-term support), so it might be interesting to compare against a basic single table key value store, in rsqlite.

I have one lying around if you want the code (my code may be very inefficient, it's good enough for me :) )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.