Sciweavers

4541 search results - page 1 / 909
» Cache-Oblivious Algorithms and Data Structures
Sort
View
SWAT
2004
Springer
146views Algorithms» more  SWAT 2004»
13 years 10 months ago
Cache-Oblivious Data Structures and Algorithms for Undirected Breadth-First Search and Shortest Paths
We present improved cache-oblivious data structures and algorithms for breadth-first search and the single-source shortest path problem on undirected graphs with non-negative edge...
Gerth Stølting Brodal, Rolf Fagerberg, Ulri...
SWAT
2004
Springer
95views Algorithms» more  SWAT 2004»
13 years 10 months ago
Cache-Oblivious Algorithms and Data Structures
Gerth Stølting Brodal
SODA
2010
ACM
174views Algorithms» more  SODA 2010»
13 years 3 months ago
Cache-Oblivious Dynamic Dictionaries with Update/Query Tradeoffs
Several existing cache-oblivious dynamic dictionaries achieve O(logB N) (or slightly better O(logB N M )) memory transfers per operation, where N is the number of items stored, M ...
Gerth Stølting Brodal, Erik D. Demaine, Jer...
CIDR
2007
144views Algorithms» more  CIDR 2007»
13 years 7 months ago
Cache-Oblivious Query Processing
We propose a radical approach to relational query processing that aims at automatically and consistently achieving a good performance on any memory hierarchy. We believe this auto...
Bingsheng He, Qiong Luo
FOCS
2000
IEEE
13 years 10 months ago
Cache-Oblivious B-Trees
We present dynamic search-tree data structures that perform well in the setting of a hierarchical memory (including various levels of cache, disk, etc.), but do not depend on the ...
Michael A. Bender, Erik D. Demaine, Martin Farach-...