Registry / utility / thunderdome

thunderdome

JSON →
library0.6.1rscratesunverified

Fast arena allocator with compact generational indices for efficient memory management.

# Cargo.toml [dependencies] thunderdome = "0.6.1"
INSTALL
IMPORT
SIG · THUNDERDOME
T
thunderdome
utilityrustv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Arena
use thunderdome::Arena;

Creates an arena and inserts a value

use thunderdome::Arena; let mut arena = Arena::new(); let index = arena.insert("hello"); println!("Inserted at {:?}", index);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
thunderdome — cargo add thunderdome · libregistry