Skip to main content

Persistent data structures

  • Chapter
Programming in Modula-3

Abstract

All programs that we have written thus far suffer from a serious flaw: we cannot terminate them without losing all our data. We developed refined structures to allocate memory for our data elegantly and efficiently. But as soon as the program terminates – or in the event of a power failure – we lose all data. In the main memory of our Computer, all data are temporary; they can only be accessed by a running program and require the power supply of the Computer. For this reason practically all Computers are equipped with storage media that can retain data even without a continuous power supply. We call these hard disks or diskettes – collectively background storage. We must store our data on such background storage to allow them to survive the end of the program. We call such nontemporary data persistent.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 1996 Springer-Verlag Berlin Heidelberg

About this chapter

Cite this chapter

Böszörményi, L., Weich, C. (1996). Persistent data structures. In: Programming in Modula-3. Springer, Berlin, Heidelberg. https://doi.org/10.1007/978-3-642-60940-4_14

Download citation

  • DOI: https://doi.org/10.1007/978-3-642-60940-4_14

  • Publisher Name: Springer, Berlin, Heidelberg

  • Print ISBN: 978-3-642-64614-0

  • Online ISBN: 978-3-642-60940-4

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics