Crate sparse_set_container

source ·

Structs§

  • The key should be stored only runtime, it doesn’t make sense to serialize it since the SparseSet data is not persistent
  • A container based on Sparse Set, that stores a set of items and provides a way to efficiently access them by a generated key.