store-core

Fast and lightweight binary serialization

https://github.com/fpco/store#readme

Version on this page:0.4.1
LTS Haskell 22.13:0.4.4.7
Stackage Nightly 2024-03-14:0.4.4.7
Latest on Hackage:0.4.4.7

See all snapshots store-core appears in

MIT licensed
Maintained by Michael Sloan
This version can be pinned in stack with:store-core-0.4.1@sha256:a84b6c5cbeaef70a7e28ad61a0bf5e8f4c154bef91fac37384cd4cb8044f9e89,1275

Module documentation for 0.4.1

Used by 1 package in nightly-2017-10-28(full list with versions):

Changes

ChangeLog

0.4.1

  • Less aggressive inlining, resulting in faster compilation / simplifier not running out of ticks

0.4

  • Changes result of Peek function to be strict. (See #98)

0.3

  • Adds support for alignment sensitive architectures, by using temporary buffers when necessary. This required changing the type of both Poke and Peek. Most user code should be unaffected, but this is still a breaking change.

0.2.0.1

  • Fixes a bug that could result in segfaults when reading corrupted data.

0.2.0.0

  • First public release