Crates.io | llrb-index |
lib.rs | llrb-index |
version | 0.4.0 |
source | src |
created_at | 2019-02-15 08:59:59.913177 |
updated_at | 2020-10-17 10:46:26.186077 |
description | Left Leaning Red Black index |
homepage | https://github.com/bnclabs/llrb-index |
repository | https://github.com/bnclabs/llrb-index |
max_upload_size | |
id | 114933 |
size | 95,971 |
This package implements LLRB, Left Leaning Red Black, tree a popular data structured, with following features:
low
and high
.Note that this implementation of LLRB do not provide
durability gaurantee
and not thread safe
.
Licensing
Default license for llrb-index
is AGPL-3.0 license. For re-licensing
this source, you can either contact the author(s) directly or post your
request here #1.
Compatibility policy
llrb-index
shall officially support the latest version of rust stable
compiler and nightly builds.
Useful links