@hackage ram0.21.0

memory and related abstraction stuff

memory

BSD Haskell

This is a fork of memory. It's open to accept changes from anyone, and aims to use existing well maintained libraries as much as possible. The fork is necessary because the original maintainer decided to exit Haskell.

Note that this is /not/ a redesign of memory. It's just here to provide stability so that others can create better alternatives.

Documentation: ram 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: