This crate contains array-based data structures used by the core Cranelift code generator which represent a set of small ordered sets or maps.
These are not general purpose data structures that are somehow magically faster that the standard library's BTreeSet
and BTreeMap
types.
The tradeoffs are different: