Making data structures persistent

作者:

Highlights:

摘要

This paper is a study of persistence in data structures. Ordinary data structures are ephemeral in the sense that a change to the structure destroys the old version, leaving only the new version available for use. In contrast, a persistent structure allows access to any version, old or new, at any time. We develop simple, systematic, and efficient techniques for making linked data structures persistent. We use our techniques to devise persistent forms of binary search trees with logarithmic access, insertion, and deletion times and O(1) space bounds for insertion and deletion.

论文关键词:

论文评审过程:Received 5 August 1986, Available online 2 December 2003.

论文官网地址:https://doi.org/10.1016/0022-0000(89)90034-2