Affiliation:
1. Carnegie Mellon University, Pittsburgh, PA, USA
Abstract
The widely studied I/O and ideal-cache models were developed to account for the large difference in costs to access memory at different levels of the memory hierarchy. Both models are based on a two level memory hierarchy with a fixed size primary memory(cache) of size M, an unbounded secondary memory organized in blocks of size B. The cost measure is based purely on the number of block transfers between the primary and secondary memory. All other operations are free. Many algorithms have been analyzed in these models and indeed these models predict the relative performance of algorithms much more accurately than the standard RAM model. The models, however, require specifying algorithms at a very low level requiring the user to carefully lay out their data in arrays in memory and manage their own memory allocation.
In this paper we present a cost model for analyzing the memory efficiency of algorithms expressed in a simple functional language. We show how some algorithms written in standard forms using just lists and trees (no arrays) and requiring no explicit memory layout or memory management are efficient in the model. We then describe an implementation of the language and show provable bounds for mapping the cost in our model to the cost in the ideal-cache model. These bound imply that purely functional programs based on lists and trees with no special attention to any details of memory layout can be as asymptotically as efficient as the carefully designed imperative I/O efficient algorithms. For example we describe an O(n_B logM/Bn_B)cost sorting algorithm, which is optimal in the ideal cache and I/O models.
Publisher
Association for Computing Machinery (ACM)
Subject
Computer Graphics and Computer-Aided Design,Software
Reference23 articles.
1. A Functional Approach to External Graph Algorithms
2. The input/output complexity of sorting and related problems
3. Garbage collection can be faster than stack allocation
4. L.
Arge M. A.
Bender E. D.
Demaine C. E.
Leiserson and
K.
Mehlhorn editors
.
Cache-Oblivious and Cache-Aware Algorithms 18.07. - 23.07.2004 volume
04301
of
Dagstuhl Seminar Proceedings 2005
. IBFI Schloss Dagstuhl Germany
. L. Arge M. A. Bender E. D. Demaine C. E. Leiserson and K. Mehlhorn editors. Cache-Oblivious and Cache-Aware Algorithms 18.07. - 23.07.2004 volume 04301 of Dagstuhl Seminar Proceedings 2005. IBFI Schloss Dagstuhl Germany.
5. Parallelism in sequential functional languages
Cited by
3 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. ML for ML: Learning Cost Semantics by Experiment;Tools and Algorithms for the Construction and Analysis of Systems;2017
2. Cache efficient functional algorithms;Communications of the ACM;2015-06-25
3. Automatic Static Cost Analysis for Parallel Programs;Programming Languages and Systems;2015