pure-cdb-0.1.2: Another pure-haskell CDB (Constant Database) implementation

Safe HaskellNone
LanguageHaskell2010

Database.PureCDB.Internal

Synopsis

Documentation

data TOCHash Source

Constructors

TOCHash 

Instances

data ReadCDB Source

Read handle for the database.

Constructors

ReadCDB 

layoutHash :: Int -> IntMap [a] -> Maybe [(Int, a)] Source

coalesceHash :: Integral a => a -> [(a, b)] -> IntMap [(a, b)] Source

createHashVector :: Integral a => a -> (a, b) -> [(a, b)] -> Vector (a, b) Source

hashSlot :: Integral a => a -> a -> a Source