Popularity
9.0
Stable
Activity
0.0
Declining
47
7
34

Monthly Downloads: 442
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Memory     Other    
Latest version: v0.15.0

memory alternatives and similar packages

Based on the "Memory" category.
Alternatively, view memory alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of memory or a related project?

Add another 'Memory' Package

README

memory

Build Status BSD Haskell

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

See Haskell packages guidelines


*Note that all licence references and agreements mentioned in the memory README section above are relevant to that project's source code only.