Implementing persistent data structures using C++
โ Scribed by Allen Parrish; Brandon Dixon; David Cordes; Susan Vrbsky; John Lusth
- Publisher
- John Wiley and Sons
- Year
- 1998
- Tongue
- English
- Weight
- 186 KB
- Volume
- 28
- Category
- Article
- ISSN
- 0038-0644
No coin nor oath required. For personal study only.
โฆ Synopsis
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 mechanism 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 devised procedure for class testing of object-oriented software.
๐ SIMILAR VOLUMES
The importance of data modelling and data-base design based on software engineering techniques is discussed with particular consideration of applications in high energy physics experiments. As an example, the approach chosen by the ALEPH collaboration is presented in some detail. A survey of data-ba