Skip to content
Snippets Groups Projects
Commit ac8739d9 authored by Don Stewart's avatar Don Stewart
Browse files

more text

parent 5a85f73b
No related branches found
Tags 0.4
No related merge requests found
...@@ -7,7 +7,10 @@ maintainer: Lennart Kolmodin, Don Stewart <dons@galois.com> ...@@ -7,7 +7,10 @@ maintainer: Lennart Kolmodin, Don Stewart <dons@galois.com>
homepage: http://www.cse.unsw.edu.au/~dons/binary.html homepage: http://www.cse.unsw.edu.au/~dons/binary.html
description: Efficient, pure binary serialisation using lazy ByteStrings. description: Efficient, pure binary serialisation using lazy ByteStrings.
Haskell values may be encoded to and form binary formats, Haskell values may be encoded to and form binary formats,
written to disk as binary, or set over the network. written to disk as binary, or sent over the network.
Serialisation speeds of over 1 G\/sec have been observed,
so this library should be suitable for high performance
scenarios.
synopsis: Binary serialization for Haskell values using lazy ByteStrings synopsis: Binary serialization for Haskell values using lazy ByteStrings
category: Data, Parsing category: Data, Parsing
build-depends: base, containers, array, bytestring>=0.9 build-depends: base, containers, array, bytestring>=0.9
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment