Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/penberg/ycsb-rs
A Rust port of Yahoo! Cloud Serving Benchmark (YCSB)
https://github.com/penberg/ycsb-rs
Last synced: 13 days ago
JSON representation
A Rust port of Yahoo! Cloud Serving Benchmark (YCSB)
- Host: GitHub
- URL: https://github.com/penberg/ycsb-rs
- Owner: penberg
- License: apache-2.0
- Created: 2021-12-07T08:28:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T12:53:51.000Z (over 2 years ago)
- Last Synced: 2024-10-13T15:41:26.750Z (28 days ago)
- Language: Rust
- Homepage:
- Size: 49.8 KB
- Stars: 28
- Watchers: 6
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YCSB for Rust
This is a port of [YCSB](https://github.com/brianfrankcooper/YCSB) to Rust.
## Authors
* [Pekka Enberg](https://github.com/penberg)
* [Alex Chi](https://github.com/skyzh)