dynamization

Crates.iodynamization
lib.rsdynamization
version0.4.0
sourcesrc
created_at2020-11-11 10:25:14.530314
updated_at2020-12-08 20:55:32.297334
descriptionFast insertion for static containers.
homepage
repositoryhttps://github.com/arbrk1/dynamization-rs/
max_upload_size
id311186
size46,857
(arbrk1)

documentation

README

Dynamization of static containers

crate docs

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.

Usage

Simply include

dynamization = "0.4"

in your Cargo.toml.

Examples

This part of readme is WIP. You can read the docs.

Versions

  • 0.4.0: Small improvements for Dynamic & introduced SVMap & made the crate no_std (but still requires alloc).
  • 0.3.0: Updated/fixed docs & added two new dynamization variants & SVQueue has now a Strategy generic parameter.
  • 0.2.0: Bugfixes && some renames && better docs.
  • 0.1.0: Initial commit (yanked: the provided SortedVec was unsound).
Commit count: 19

cargo fmt