Crate sparse_array

source ·
Expand description

Implementation of a sparse array storing maximum of 256 elements

Modules

  • bitmap 🔒
  • fast 🔒
    Wrapper for sparse arrays that doesn’t delete anything from the memory unless shrink is called.

Structs