Data.HashTable.IO
type BasicHashTable k v
type CuckooHashTable k v
type LinearHashTable k v
type IOHashTable tabletype k v
new
newSized
insert
delete
lookup
fromList
fromListWithSizeHint
toList
mapM_
foldM
computeOverhead