pub type MapS<K, V> = Map<K, V, {DEFAULT_SIZE / 2}>;
Map using a smaller chunk size, faster to update, slower to search