首页> 美国政府科技报告 >Efficient Algorithm for Concurrent Priority Queue Heaps
【24h】

Efficient Algorithm for Concurrent Priority Queue Heaps

机译:并发优先级队列堆的有效算法

获取原文

摘要

We present a new algorithm for concurrent access to array-based priority queueheaps. Deletions proceed top-down as they do in a previous algorithm due to Rao and Kumar, but insertions proceed bottom-up, and consecutive insertions use a bit-reversal technique to scatter accesses across the fringe of the tree, to reduce contention. Because insertions do not have to traverse the entire height of the tree (as they do in previous work), as many as O(M) operations can proceed in parallel, rather than O(log M) on a heap of size M. Experimental results on a Silicon Graphics Challenge multiprocessor demonstrate good overall performance for the new algorithm on small heaps, and significant performance improvements over known alternatives on large heaps with mixed insertion/deletion workloads. (AN).

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号