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 SparseStorage
SparseSet with HashMap as SparseStorage
SparseSet with Vec as SparseStorage