Minimizing paging in Lisp applications

  • Authors:
  • David L. Andre

  • Affiliations:
  • Symbolics, Inc.

  • Venue:
  • ACM SIGPLAN Lisp Pointers
  • Year:
  • 1987

Quantified Score

Hi-index 0.00

Visualization

Abstract

Paging is an important aspect of performance in any program and can be the overriding consideration in a large system. When developing large applications, the programmer should be as aware of paging overhead as he is of runtime overhead. The programmer should seek to avoid large working sets that cause page faults, just as he avoids order n2 and exponential algorithms.