Crates.io | cranelift-bforest |
lib.rs | cranelift-bforest |
version | 0.112.3 |
source | src |
created_at | 2018-08-14 19:55:48.797407 |
updated_at | 2024-11-05 19:22:06.841158 |
description | A forest of B+-trees |
homepage | |
repository | https://github.com/bytecodealliance/wasmtime |
max_upload_size | |
id | 79459 |
size | 134,641 |
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: