Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnclabs/robt
Read only BTree, immutable index for disk/SSD.
https://github.com/bnclabs/robt
btree data-structures disk index rust-lang storage
Last synced: about 2 months ago
JSON representation
Read only BTree, immutable index for disk/SSD.
- Host: GitHub
- URL: https://github.com/bnclabs/robt
- Owner: bnclabs
- License: mit
- Created: 2020-12-07T15:00:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T04:35:39.000Z (over 2 years ago)
- Last Synced: 2024-08-09T13:40:51.701Z (5 months ago)
- Topics: btree, data-structures, disk, index, rust-lang, storage
- Language: Rust
- Homepage:
- Size: 157 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Rustdoc](https://img.shields.io/badge/rustdoc-hosted-blue.svg)](https://docs.rs/robt)
Index key,value dataset using a Read Only Btree. Refer to rustdoc link (above)
for details.Contribution
------------* Simple workflow. Fork - Modify - Pull request.
* Before creating a PR,
* Run `make build` to confirm all versions of build is passing with
0 warnings and 0 errors.
* Run `check.sh` with 0 warnings, 0 errors and all testcases passing.
* Run `perf.sh` with 0 warnings, 0 errors and all testcases passing.
* [Install][spellcheck] and run `cargo spellcheck` to remove common spelling mistakes.
* [Developer certificate of origin][dco] is preferred.[spellcheck]: https://github.com/drahnr/cargo-spellcheck
[dco]: https://developercertificate.org/