2016-11-06 23:54:50 +01:00
|
|
|
haskell-memory (memory management and manipulation)
|
2016-05-07 16:34:26 +02:00
|
|
|
|
2016-11-06 23:54:50 +01:00
|
|
|
Chunk of memory, polymorphic byte array management and manipulation.
|
2016-05-07 16:34:26 +02:00
|
|
|
|
2016-11-06 23:54:50 +01:00
|
|
|
- Polymorphic byte array abstraction and function similar to strict ByteString
|
|
|
|
- Different types of byte array abstraction
|
|
|
|
- Raw memory IO operations (memory set, memory copy, ..)
|
|
|
|
- Aliasing with endianness support
|
|
|
|
- Encoding: Base16, Base32, Base64
|
|
|
|
- Hashing: FNV, SipHash
|
|
|
|
|
|
|
|
After uninstalling, run this command to unregister the package from the
|
|
|
|
ghc package database: ghc-pkg recache
|