pub type MapS<K, V> = Map<K, V, { _ }>;
Map using a smaller chunk size, faster to update, slower to search
struct MapS<K, V>(/* private fields */);