首页> 外文OA文献 >Novel Non-Blocking Approach for a Concurrent Heap
【2h】

Novel Non-Blocking Approach for a Concurrent Heap

机译:并发堆的新型非阻塞方法

代理获取
本网站仅为用户提供外文OA文献查询和代理获取服务,本网站没有原文。下单后我们将采用程序或人工为您竭诚获取高质量的原文,但由于OA文献来源多样且变更频繁,仍可能出现获取不到、文献不完整或与标题不符等情况,如果获取不到我们将提供退款服务。请知悉。

摘要

We present a non-blocking algorithm for a concurrent heap in asynchronous shared memory multiprocessors. Processors in these machines often execute instructions at varying speeds and are subject to arbitrarily long delays. Our implementation supports Non-blocking Insert, Delete, and Find-Min operations on a heap. Non-blocking techniques avoid the drawbacks associated with mutual exclusion and also admit improved parallelism. Insert and DeleteMin operations in heap take more than one atomic instruction to complete, thus, it is possible that a new operation may be started before the previous one completes, leaving heap inconsistent between operations. We have represented heap as an array of pointers. Any modification to the heap is done by using single-word Compareu26Swap instructions. If all update operations modify different parts of the heap, they run completely concurrently. Our approach guarantees lock-freedom for all concurrent threads and wait-freedom if threads execute operations on different nodes of the heap.
机译:我们为异步共享内存多处理器中的并发堆提供了一种非阻塞算法。这些机器中的处理器通常以不同的速度执行指令,并受到任意长的延迟。我们的实现支持堆上的非阻塞插入,删除和查找最小值操作。非阻塞技术避免了与互斥相关的缺点,并且也承认了改进的并行性。堆中的Insert和DeleteMin操作需要多个原子指令来完成,因此,有可能在上一个操作完成之前启动新操作,从而使操作之间的堆不一致。我们将堆表示为指针数组。使用单字的Compare u26Swap指令对堆进行任何修改。如果所有更新操作都修改了堆的不同部分,则它们将完全同时运行。如果线程在堆的不同节点上执行操作,我们的方法可以保证所有并发线程的无锁性和等待时间。

著录项

  • 作者

    Niyolia Rashmi;

  • 作者单位
  • 年度 2016
  • 总页数
  • 原文格式 PDF
  • 正文语种 English
  • 中图分类

相似文献

  • 外文文献
  • 中文文献
  • 专利

客服邮箱:kefu@zhangqiaokeyan.com

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

  • 服务号