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.