Implementing persistent data structures using C++

Citation
A. Parrish et al., Implementing persistent data structures using C++, SOFTW PR EX, 28(15), 1998, pp. 1559-1579
Citations number
16
Categorie Soggetti
Computer Science & Engineering
Journal title
SOFTWARE-PRACTICE & EXPERIENCE
ISSN journal
00380644 → ACNP
Volume
28
Issue
15
Year of publication
1998
Pages
1559 - 1579
Database
ISI
SICI code
0038-0644(199812)28:15<1559:IPDSUC>2.0.ZU;2-Z
Abstract
Persistent data structures allow efficient access to, and modification of, previous values of the data structure. In this paper, we illustrate a class -based implementation of persistence. Our implementation provides a mechani sm to transform a given (non-persistent) class to a persistent form without making any significant modifications to the class. We then demonstrate how our implementation may be used to improve the efficiency of a previously d evised procedure for class testing of object-oriented software. (C) 1998 Jo hn Wiley & Sons, Ltd.