Binary serializationCommon needs
See https://github.com/haskell-perf/serialization for benchmarks.
vector-binary-instances, text-binary (though recent versions of text include Binary
instances out of the box). IEEE-574 floating point support with binary-ieee754. Support for odd-bit-sized integers with binary-bits.
Supported in conduits and pipes.
<notes are empty>
<notes are empty>
<notes are empty>
<notes are empty>
<notes are empty>
<notes are empty>
<notes are empty>
This package provides Haskell data serialisation independent of evaluation, by accessing the Haskell heap using foreign primitive operations. Any Haskell data structure apart from mutable data structures (MVars and TVars) can be serialised and later deserialised during the same run, or loaded into a new run, of the same program (the same executable file).
<notes are empty>
<notes are empty>