README 510 B

123456789101112131415
  1. haskell-memory (memory management and manipulation)
  2. Chunk of memory, polymorphic byte array management and manipulation.
  3. - Polymorphic byte array abstraction and function similar to strict
  4. ByteString
  5. - Different types of byte array abstraction
  6. - Raw memory IO operations (memory set, memory copy, ..)
  7. - Aliasing with endianness support
  8. - Encoding: Base16, Base32, Base64
  9. - Hashing: FNV, SipHash
  10. After uninstalling, run this command to unregister the package from the
  11. ghc package database: ghc-pkg recache