@hackage memory0.11
memory and related abstraction stuff
Installation
Dependencies (4)
- base >=4 && <4.10
- bytestring
- deepseq
- ghc-prim Show all…
Dependents (330)
@hackage/hopenpgp-tools, @hackage/algolia, @hackage/wrecker, @hackage/craft, @hackage/cachix-api, @cardano/cardano-node-socket-emulator, Show all…
Package Flags
support_bytestring
(on by default)
add non-orphan bytearray support for bytestring
support_deepseq
(on by default)
add deepseq instances for memory types
memory
Documentation: memory on hackage
A generic memory and related abstraction for haskell:
- A polymorphic byte array abstraction and function similar to strict ByteString.
- Different type of byte array abstraction.
- Raw memory IO operations (memory set, memory copy, ..)
- Aliasing with endianness support.
Also provides some useful helpers:
Versioning
Development versions are an incremental number prefixed by 0. No specific meaning is associated with the versions, specially no API stability.
Production versions : TBD
Coding Style
The coding style of this project mostly follows: haskell-style
Support
Memory supports the following platform:
- Windows >= 7
- OSX >= 10.8
- Linux
On the following architectures:
- x86-64
- i386
On the following haskell versions:
- GHC 7.0.x
- GHC 7.4.x
- GHC 7.6.x
- GHC 7.8.x
- GHC 7.10.x


