Description
memory and related abstraction stuff.
Description
Chunk of memory, polymorphic byte array management and manipulation
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.
Encoding : Base16, Base32, Base64.
Hashing : FNV, SipHash
README.md
memory-cd
This is a fork of the (hopefully) temporarily orphaned memory-0.16.0 package with minimal fixes to make it work with the latest GHC compilers (9.2.1 at time of writing).