5 releases
0.1.4 | Jul 16, 2019 |
---|---|
0.1.3 | Jul 13, 2019 |
0.1.2 | Jun 23, 2019 |
0.1.1 | Jun 11, 2019 |
0.1.0 | Jun 9, 2019 |
#896 in Concurrency
337 downloads per month
140KB
3K
SLoC
ConTrie
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.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.
Dependencies
~0.6–0.9MB
~16K SLoC