pub fn stress_sequential<K: Clone + Debug + Eq + Hash + RandGen, V: Clone + Debug + Eq + RandGen, M: Default + ConcurrentMap<K, V>>(
steps: usize,
)
Expand description
Runs many operations in a single thread and tests if it works like a map data structure using
std::collections::HashMap
as reference.