Data structures resilient to memory faults: an experimental study of dictionaries

  • Authors:
  • Umberto Ferraro-Petrillo;Fabrizio Grandoni;Giuseppe F. Italiano

  • Affiliations:
  • Dipartimento di Statistica, Probabilità e Statistiche Applicate, Sapienza Università di Roma, Rome, Italy;Dipartimento di Informatica, Sistemi e Produzione, Università di Roma Tor Vergata, Roma, Italy;Dipartimento di Informatica, Sistemi e Produzione, Università di Roma Tor Vergata, Roma, Italy

  • Venue:
  • SEA'10 Proceedings of the 9th international conference on Experimental Algorithms
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

We address the problem of implementing data structures resilient to memory faults which may arbitrarily corrupt memory locations. In this framework, we focus on the implementation of dictionaries, and perform a thorough experimental study using a testbed that we designed for this purpose. Our main discovery is that the best-known (asymptotically optimal) resilient data structures have very large space overheads. More precisely, most of the space used by these data structures is not due to key storage. This might not be acceptable in practice since resilient data structures are meant for applications where a huge amount of data (often of the order of terabytes) has to be stored. Exploiting techniques developed in the context of resilient (static) sorting and searching, in combination with some new ideas, we designed and engineered an alternative implementation which, while still guaranteeing optimal asymptotic time and space bounds, performs much better in terms of memory without compromising the time efficiency.