[haskell-platform] #86: Proposal: Add Package: binary
haskell-platform
haskell-platform at projects.haskell.org
Tue Aug 25 08:39:26 EDT 2009
#86: Proposal: Add Package: binary
------------------------------+---------------------------------------------
Reporter: dons | Owner: dons
Type: defect | Status: new
Priority: major | Milestone: 2009.4.0
Component: Package Addition | Resolution:
Keywords: |
------------------------------+---------------------------------------------
Comment (by maeder):
For us `Data.Binary` wasn't useful at all, because it does not consider
sharing. The created files have been 25 times bigger and consumed too much
memory when read back.
The initial sentence of http://hackage.haskell.org/package/RefSerialize
are absolutely true, but I did not test this package.
I've put parts of our code in cabal packages:
http://www.informatik.uni-
bremen.de/agbkb/forschung/formal_methods/CoFI/hets/src-
distribution/versions/aterm-0.1.0.0.tar.gz
http://www.informatik.uni-
bremen.de/agbkb/forschung/formal_methods/CoFI/hets/src-
distribution/versions/hets-drift-0.1.0.0.tar.gz
Ideal would be a binary format that considers sharing (and does not need
to be further compressed)
--
Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/86#comment:5>
haskell-platform <http://trac.haskell.org/haskell-platform>
The Haskell Platform: a comprehensive and robust collection of Haskell libraries
More information about the Haskell-platform
mailing list