| Crates.io | ppom |
| lib.rs | ppom |
| version | 0.7.0 |
| created_at | 2021-01-13 16:53:53.115439+00 |
| updated_at | 2021-09-17 17:25:17.807593+00 |
| description | Left Leaning Red Black index in Rust-lang |
| homepage | |
| repository | https://github.com/bnclabs/ppom |
| max_upload_size | |
| id | 341440 |
| size | 162,301 |
This package implements LLRB, Left Leaning Red Black, tree a popular data structured, with following features:
key-type and value-type.low and high.Refer to rustdoc for details.
Note that, this project is a continuation of llrb-index which originally implemented an ephemeral OMap, which is now available here as ppom::OMap.
Useful links
make build to confirm all versions of build is passing with
0 warnings and 0 errors.check.sh with 0 warnings, 0 errors and all testcases passing.perf.sh with 0 warnings, 0 errors and all testcases passing.cargo spellcheck to remove common spelling mistakes.