|
| Data.TMap.Backend.Binary | | Portability | non-portable (requires STM) | | Stability | experimental | | Maintainer | Peter 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 |
|
|
|
| Documentation |
|
|
| Creates a new backend that stores one file per entry in the given working directory.
|
|
|
| The binary-backend type
| Instances | |
|
|
| Produced by Haddock version 2.4.2 |