immutable-chunkmap 0.5.9

A cache efficient immutable map and set with lookup performance equivalent to BTreeMap and BTreeSet, fast batch insert and update methods, and efficient implementations of all set operations.
Documentation
[dependencies.arrayvec]
version = "0.5"

[dependencies.packed_struct]
version = "0.3"

[dependencies.packed_struct_codegen]
version = "0.3"
[dev-dependencies.paste]
version = "0.1"

[dev-dependencies.rand]
version = ">= 0.3"

[package]
authors = ["Eric Stokes <letaris@gmail.com>"]
categories = ["data-structures"]
description = "A cache efficient immutable map and set with lookup performance equivalent to BTreeMap and BTreeSet, fast batch insert and update methods, and efficient implementations of all set operations."
documentation = "https://docs.rs/immutable-chunkmap"
edition = "2018"
keywords = ["map", "set", "immutable", "persistent", "functional"]
license = "MIT/Apache-2.0"
name = "immutable-chunkmap"
publish = true
repository = "https://github.com/estokes/immutable-chunkmap"
version = "0.5.9"