A crate allowing one to endow a static (i.e. not supporting insertion) data structure with an effective insertion procedure with a small decrease in query performance.
Simply include
dynamization = "0.4"
in your Cargo.toml
.
This part of readme is WIP. You can read the docs.
0.4.0
: Small improvements forDynamic
& introducedSVMap
& made the crateno_std
(but still requiresalloc
).0.3.0
: Updated/fixed docs & added two new dynamization variants &SVQueue
has now aStrategy
generic parameter.0.2.0
: Bugfixes && some renames && better docs.0.1.0
: Initial commit (yanked: the providedSortedVec
was unsound).