ghc-compact

Version 0.1.0.0 revision 5 uploaded by BenGamari.

Package meta

Synopsis
In memory storage of deeply evaluated data structure
Description

This package provides minimal functionality for working with "compact regions", which hold a fully evaluated Haskell object graph. These regions maintain the invariant that no pointers live inside the struct that point outside it, which ensures efficient garbage collection without ever reading the structure contents (effectively, it works as a manually managed "oldest generation" which is never freed until the whole is released). Internally, the struct is stored a single contiguous block of memory, which allows efficient serialization and deserialization of structs for distributed computing. This package provides a low-level API; see also the <packagecompact compact package> which provides a user-facing API.

Author
n/a
Bug reports
https://gitlab.haskell.org/ghc/ghc/issues/new
Category
Data
Copyright
n/a
Homepage
n/a
Maintainer
libraries@haskell.org
Package URL
n/a
Stability
n/a

Components