From ac8739d93315556fac8df496badaf041806cf83e Mon Sep 17 00:00:00 2001 From: Don Stewart <dons@galois.com> Date: Sat, 6 Oct 2007 17:07:16 +0200 Subject: [PATCH] more text --- binary.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/binary.cabal b/binary.cabal index 7354219..5b43cd6 100644 --- a/binary.cabal +++ b/binary.cabal @@ -7,7 +7,10 @@ maintainer: Lennart Kolmodin, Don Stewart <dons@galois.com> homepage: http://www.cse.unsw.edu.au/~dons/binary.html description: Efficient, pure binary serialisation using lazy ByteStrings. 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 category: Data, Parsing build-depends: base, containers, array, bytestring>=0.9 -- GitLab