Crate xsparseset
source · [−]Expand description
XSparseSet
Sparse-set is a data-structure that can get data by dispersed ID and cache-friendly
Structs
The core struct
Traits
A trait that can represent the storage of the Sparse Data
Type Definitions
SparseSet with
BTreeMap
as SparseStorageSparseSet with
HashMap
as SparseStorageSparseSet with
Vec
as SparseStorage