ecta-1.0.0.3
Safe HaskellNone
LanguageHaskell2010

Data.Interned.Extended.HashTableBased

Synopsis

Documentation

type Id = Int Source #

data Cache t Source #

Tried using the BasicHashtable size function to remove need for this IORef ( see https://github.com/gregorycollins/hashtables/pull/68 ), but it was slower

Constructors

Cache 

Fields