pub type SetL<K> = Set<K, {DEFAULT_SIZE * 2}>;
set with a larger chunk size, faster to search, slower to update