Texas: good, fast, cheap persistence for C++
暂无分享,去创建一个
Persisfent programming languages allow programmers to avoid saving data to files, and instead to simply make heap data persist from one run of a program to another. That is, rather than explicit translation, objects from a pointer-linked heap format to a low-level file data representation, they may be transparently flushed out to disk intact. This avoids the loss of pointer semantics (i.e., object identity) which typically, follows from conventional l/O. Poster SubmissionCheap Persistence for C++
[1] RosenblumMendel,et al. The design and implementation of a log-structured file system , 1991 .
[2] Mendel Rosenblum,et al. The design and implementation of a log-structured file system , 1991, SOSP '91.
[3] Jack A. Orenstein,et al. The ObjectStore database system , 1991, CACM.
[4] Vivek Singhal,et al. Texas: An Efficient, Portable Persistent Store , 1992, POS.