2 releases
0.1.1 | Jun 14, 2021 |
---|---|
0.1.0 | May 8, 2021 |
#2312 in Algorithms
100 downloads per month
15KB
212 lines
eytzinger-map
Rust array map or vec map using eytzinger serach algorithm.
lib.rs
:
This crate implements array map or vec mac using eytzinger search algorithm. Note that these maps does not support insert/remove operations due to cost.
Dependencies
~27KB