The latest version of RefSerialize is 0.4.0-0.

RefSerialize

Version 0.3.1.1 revision 0 uploaded by AlbertoCorona.

Package meta

Synopsis
Write to and read from ByteStrings maintaining internal memory references
Description

Read, Show and Binary instances do not check for internal data references to the same address. As a result, the data is duplicated when serialized. This is a waste of space in the filesystem and also a waste of serialization time. but the worst consequence is that, when the serialized data is read, it allocates multiple copies for the same object when referenced multiple times. Because multiple referenced data is very typical in a pure language such is Haskell, this means that the resulting data loose the beatiful economy of space and processing time that referential transparency permits.

In this release the default "(Read a, Show a) => Refserialize a" has been removed.

See Data.RefSerialize for details

Author
Alberto Gómez Corona
Bug reports
n/a
Category
Parsing, Data, Database
Copyright
n/a
Homepage
n/a
Maintainer
agocorona@gmail.com
Package URL
n/a
Stability
n/a

Components