Expand description
Specialized data structures used by Avian.
Modules§
- bit_vec
- A minimalistic dynamically sized compact bit vector with a fixed block size of 64 bits.
- graph
- A stripped down version of petgraph’s
UnGraph
. - pair_
key - A unique key for a pair of identifiers.
- sparse_
secondary_ map - A map for associating data with previously stored entities in a generational arena.