persistent-map-0.3.3: A thread-safe interface for finite map types with optional persistency support.Source codeContentsIndex
Data.TMap.Backend.Binary
Portabilitynon-portable (requires STM)
Stabilityexperimental
MaintainerPeter Robinson <thaldyron@gmail.com>
Description

Proivides a (very simplistic) backend using the binary package. Every entry of the map is written to a separate file where the filename is the key.

Note: This interface is only thread-safe when being used via TMap!

Synopsis
mkBinaryBackend :: FilePath -> IO (BinaryBackend k a)
data BinaryBackend k a
Documentation
mkBinaryBackend :: FilePath -> IO (BinaryBackend k a)Source
Creates a new backend that stores one file per entry in the given working directory.
data BinaryBackend k a Source
The binary-backend type
show/hide Instances
Produced by Haddock version 2.4.2