Crate summavy_stacker

Source

Structs§

Addr
Represents a pointer into the MemoryArena . Pointer are 32-bits and are split into two parts.
ArenaHashMap
Customized HashMap with &[u8] keys
ExpUnrolledLinkedList
An exponential unrolled link.
MemoryArena
The MemoryArena

Functions§

compute_table_size
Returns the actual memory size in bytes required to create a table with a given capacity. required to create a table of size

Type Aliases§

UnorderedId
When adding an element in a ArenaHashMap, we get a unique id associated to the given key.