ghc-compact: In memory storage of deeply evaluated data structure
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.
Downloads
- ghc-compact-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0 |
---|---|
Dependencies | base (>=4.9.0 && <4.19), bytestring (>=0.10.6.0 && <0.12), ghc-prim (>=0.5.3 && <0.11) [details] |
Tested with | ghc ==7.11 |
License | BSD-3-Clause |
Author | |
Maintainer | libraries@haskell.org |
Revised | Revision 5 made by BenGamari at 2023-07-24T13:56:40Z |
Category | Data |
Bug tracker | https://gitlab.haskell.org/ghc/ghc/issues/new |
Source repo | head: git clone https://gitlab.haskell.org/ghc/ghc.git(libraries/ghc-compact) |
Uploaded | by HerbertValerioRiedel at 2017-07-23T14:31:46Z |
Distributions | Arch:0.1.0.0, Fedora:0.1.0.0, LTSHaskell:0.1.0.0 |
Reverse Dependencies | 8 direct, 49 indirect [details] |
Downloads | 2180 total (25 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |