Searched refs:sparse (Results 1 – 3 of 3) sorted by relevance
66 sparse: SecondaryMap<K, u32>, field78 sparse: SecondaryMap::new(), in new()100 if let Some(idx) = self.sparse.get(key).cloned() { in get()115 if let Some(idx) = self.sparse.get(key).cloned() { in get_mut()127 if let Some(idx) = self.sparse.get(key).cloned() { in index()162 self.sparse[key] = idx as u32; in insert()179 self.sparse[back.key()] = idx as u32; in remove()
280 mod sparse; module289 pub use self::sparse::{SparseMap, SparseMapValue, SparseSet};
39 /// Initially conceived as a sparse representation, each empty cell would be filled with zeros