binary: Binary serialisation for Haskell values using lazy ByteStrings
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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. The format used can be automatically generated, or you can choose to implement a custom format if needed. Serialisation speeds of over 1 G/sec have been observed, so this library should be suitable for high performance scenarios.
[Skip to Readme]
Properties
Versions | 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.3.1, 0.4.4, 0.4.5, 0.5, 0.5.0.1, 0.5.0.2, 0.5.1.0, 0.5.1.1, 0.6.0.0, 0.6.1.0, 0.6.2.0, 0.6.3.0, 0.6.4.0, 0.7.0.0, 0.7.0.1, 0.7.1.0, 0.7.2.0, 0.7.2.1, 0.7.2.2, 0.7.2.3, 0.7.3.0, 0.7.4.0, 0.7.5.0, 0.7.6.0, 0.7.6.1, 0.8.0.0, 0.8.0.1, 0.8.1.0, 0.8.2.0, 0.8.2.1, 0.8.3.0, 0.8.4.0, 0.8.4.1, 0.8.5.0, 0.8.5.1, 0.8.6.0, 0.8.7.0, 0.8.7.0, 0.8.8.0, 0.8.9.0, 0.8.9.1, 0.8.9.2, 0.9.0.0, 0.10.0.0 |
---|---|
Change log | changelog.md |
Dependencies | array, base (>=4.5.0.0 && <5), bytestring (>=0.10.4), containers, ghc-prim [details] |
License | BSD-3-Clause |
Author | Lennart Kolmodin <kolmodin@gmail.com> |
Maintainer | Lennart Kolmodin, Don Stewart <dons00@gmail.com> |
Category | Data, Parsing |
Home page | https://github.com/kolmodin/binary |
Source repo | head: git clone git://github.com/kolmodin/binary.git |
Uploaded | by LennartKolmodin at 2019-06-07T10:57:59Z |
Modules
[Index] [Quick Jump]
Downloads
- binary-0.8.7.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees