diff options
Diffstat (limited to 'haskell/haskell-memory/README')
-rw-r--r-- | haskell/haskell-memory/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/haskell/haskell-memory/README b/haskell/haskell-memory/README new file mode 100644 index 0000000000..9c802053a7 --- /dev/null +++ b/haskell/haskell-memory/README @@ -0,0 +1,11 @@ +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 + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |