pub type SetS<K> = Set<K, {DEFAULT_SIZE / 2}>;
set with a smaller chunk size, faster to update, slower to search