stringtable-atom-0.0.3: Memoize Strings as Atoms for fast comparison and sorting, with maps and setsSource codeContentsIndex
StringTable.Atom
Documentation
data Atom Source
show/hide Instances
class ToAtom a whereSource
Methods
toAtom :: a -> AtomSource
toAtomIO :: a -> IO AtomSource
show/hide Instances
class FromAtom a whereSource
Methods
fromAtom :: Atom -> aSource
fromAtomIO :: Atom -> IO aSource
show/hide Instances
class HasHash a whereSource
Methods
hash32 :: a -> Word32Source
show/hide Instances
intToAtom :: Monad m => Int -> m AtomSource
isValidAtom :: Int -> BoolSource
unsafeIntToAtom :: Int -> AtomSource
unsafeByteIndex :: Atom -> Int -> Word8Source
dumpTable :: IO ()Source
dumpToFile :: IO ()Source
dumpStringTableStats :: IO ()Source
Produced by Haddock version 2.3.0