Skip to main content

Crate xsparseset

Crate xsparseset 

Source
Expand description

§XSparseSet

Sparse-set is a data-structure that can get data by dispersed ID and cache-friendly

Structs§

SparseSet
The core struct

Traits§

SparseStorage
A trait that can represent the storage of the Sparse Data

Type Aliases§

SparseSetBTreeMap
SparseSet with BTreeMap as SparseStorage
SparseSetHashMap
SparseSet with HashMap as SparseStorage
SparseSetVec
SparseSet with Vec as SparseStorage
VecStorage