Crates.io | contrie |
lib.rs | contrie |
version | 0.1.4 |
source | src |
created_at | 2019-06-09 08:30:35.598423 |
updated_at | 2019-07-16 17:43:12.811852 |
description | Concurrent map and set |
homepage | |
repository | https://github.com/vorner/contrie |
max_upload_size | |
id | 139930 |
size | 160,345 |
A concurrent hash-trie map & set.
Still in somewhat experimental state, large parts are missing and some API changes are to be expected (though it'll probably still stay being a concurrent map & set).
Inspired by this article and Wikipedia entry, though simplified significantly (at the cost of some features).
Read the documentation before using, there are some quirks to be aware of.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.