README 508 B

1234567891011121314
  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 ByteString
  4. - Different types of byte array abstraction
  5. - Raw memory IO operations (memory set, memory copy, ..)
  6. - Aliasing with endianness support
  7. - Encoding: Base16, Base32, Base64
  8. - Hashing: FNV, SipHash
  9. After uninstalling, run this command to unregister the package from the
  10. ghc package database: ghc-pkg recache