Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 451 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 451 Bytes

RTS-Serialisation

This repository contains Haskell code to demonstrate a serialisation API provided by the Parallel Haskell runtime system for Eden (see http://github.com/jberthold/ghc).

Most files in the repository are here for testing purposes, the actual library code is GHC/Packing.hs and Control.Monad.Checkpoint.hs.

This is experimental code, comments and contributions are most welcome.

Jost Berthold (jb.diku@gmail.com)