mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
6699c8483c
values may be encoded to and from binary formats, 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. WWW: http://code.haskell.org/binary/ PR: ports/129678 Submitted by: pgj Approved by: miwi
8 lines
336 B
Plaintext
8 lines
336 B
Plaintext
Efficient, pure binary serialisation using lazy ByteStrings. Haskell
|
|
values may be encoded to and from binary formats, 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.
|
|
|
|
WWW: http://code.haskell.org/binary/
|