summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-memory/README
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-memory/README')
-rw-r--r--haskell/haskell-memory/README20
1 files changed, 11 insertions, 9 deletions
diff --git a/haskell/haskell-memory/README b/haskell/haskell-memory/README
index 9c802053a7..de98b8ac92 100644
--- a/haskell/haskell-memory/README
+++ b/haskell/haskell-memory/README
@@ -1,11 +1,13 @@
-Chunk of memory, polymorphic byte array management and manipulation
+haskell-memory (memory 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
+Chunk of memory, polymorphic byte array management and manipulation.
-After uninstalling, run this command to unregister the package from
-the ghc package database: ghc-pkg recache
+- 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