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