compressed_map
compressed_map copied to clipboard
Should leave room for future alternative implementations
Having named this crate compressed_map, it seems rude to exclude other, future implementations of compressed maps with the same API. (Ribbon filters, fuse filters etc.)
Maybe the type should be CompressedMap<'a,K,V,Implementation=Default>?