An Optimal Cache-Oblivious Priority Queue and its Application to Graph Algorithms (2007)
Cached
Download Links
- [db.uwaterloo.ca]
- [db.uwaterloo.ca]
- [www.cs.sunysb.edu]
- DBLP
Other Repositories/Bibliography
| Venue: | SIAM JOURNAL ON COMPUTING |
| Citations: | 2 - 0 self |
BibTeX
@MISC{Arge07anoptimal,
author = {Lars Arge and Michael A. Bender and Erik D. Demaine and Bryan Holland-Minkley and J. Ian Munro},
title = {An Optimal Cache-Oblivious Priority Queue and its Application to Graph Algorithms},
year = {2007}
}
OpenURL
Abstract
We develop an optimal cache-oblivious priority queue data structure, supporting insertion, deletion, and delete-min operations in $O(\frac{1}{B}\log_{M/B}\frac{N}{B})$ amortized memory transfers, where $M$ and $B$ are the memory and block transfer sizes of any two consecutive levels of a multilevel memory hierarchy. In a cache-oblivious data structure, $M$ and $B$ are not used in the description of the structure. Our structure is as efficient as several previously developed external memory (cache-aware) priority queue data structures, which all rely crucially on knowledge about $M$ and $B$. Priority queues are a critical component in many of the best known external memory graph algorithms, and using our cache-oblivious priority queue we develop several cache-oblivious graph algorithms.







