Crate ids

Source
Expand description

§Ideal Data Structures

This library provides several data structures, inspired by Bagwell’s Ideal Hash Trees, with an automatic copy-on-write implementation, analogous that of Clojure, to maximize performance. It is compatible with no_std code, but does require alloc.

Modules§

cowarc
Provides copy-on-write atomic reference-counting pointers, with context tracking to enable in-place updates of shared algebraic data structures.
hash_map
A hash map.