2011
DOI: 10.1007/978-3-642-24276-2_3
|View full text |Cite
|
Sign up to set email alerts
|

Orthogonal Serialisation for Haskell

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2016
2016
2021
2021

Publication Types

Select...
2

Relationship

1
1

Authors

Journals

citations
Cited by 2 publications
(2 citation statements)
references
References 8 publications
0
2
0
Order By: Relevance
“…All memory objects in PM are stored in their native closure layout and can be directly accessed, so that data does not have to be serialized before it is copied to PM. This native closure layout contains pointers to code in the statically-linked binary, which currently restricts PM structures to be used by a single application [Berthold 2010;Yang et al 2015]. To support multiple binaries the code needs to be shared between them, e.g.…”
Section: Persistent Heap and Automatic Memory Managementmentioning
confidence: 99%
“…All memory objects in PM are stored in their native closure layout and can be directly accessed, so that data does not have to be serialized before it is copied to PM. This native closure layout contains pointers to code in the statically-linked binary, which currently restricts PM structures to be used by a single application [Berthold 2010;Yang et al 2015]. To support multiple binaries the code needs to be shared between them, e.g.…”
Section: Persistent Heap and Automatic Memory Managementmentioning
confidence: 99%
“…In doing so, however, they also provide type-and evaluation-agnostic data persistence for Haskell. This has several important uses (Berthold, 2011), including supporting persistence for memoised functions and checkpointing. Figure 22 shows how Haskell-level serialisation can be realised, supported by PAEAN primitive operations.…”
Section: Haskell-level Serialisation For Paeanmentioning
confidence: 99%