pub type SetM<K> = Set<K, DEFAULT_SIZE>;
set with the default chunk size, a good balance of search and update performance
struct SetM<K>(/* private fields */);