咨询与建议

限定检索结果

文献类型

  • 11 篇 会议
  • 3 篇 期刊文献

馆藏范围

  • 14 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 13 篇 工学
    • 12 篇 计算机科学与技术...
    • 4 篇 电气工程
    • 1 篇 电子科学与技术(可...
    • 1 篇 信息与通信工程
    • 1 篇 软件工程
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...

主题

  • 14 篇 lock-free algori...
  • 3 篇 fifo queue
  • 2 篇 concurrent data ...
  • 2 篇 gpgpu
  • 2 篇 weak memory mode...
  • 2 篇 cuda
  • 2 篇 work-stealing
  • 2 篇 kahn process net...
  • 2 篇 tree-based reduc...
  • 2 篇 large scale unsu...
  • 2 篇 k-means
  • 2 篇 binary search tr...
  • 1 篇 wait-free algori...
  • 1 篇 performance
  • 1 篇 shared memory mu...
  • 1 篇 concurrent fifo ...
  • 1 篇 dynamic frontier...
  • 1 篇 access control
  • 1 篇 dynamic load bal...
  • 1 篇 languages

机构

  • 2 篇 inria
  • 2 篇 univ texas dalla...
  • 1 篇 national institu...
  • 1 篇 south china univ...
  • 1 篇 inria le chesnay
  • 1 篇 upmc univ paris ...
  • 1 篇 zhaoqing univ sc...
  • 1 篇 victoria univ we...
  • 1 篇 univ manchester ...
  • 1 篇 ecole normale su...
  • 1 篇 univ twente dept...
  • 1 篇 ens
  • 1 篇 int inst informa...
  • 1 篇 natl inst inform...
  • 1 篇 tech univ dresde...
  • 1 篇 univ neuchatel n...
  • 1 篇 univ rochester d...
  • 1 篇 ecole normale su...
  • 1 篇 ens paris
  • 1 篇 indian inst tech...

作者

  • 3 篇 pop antoniu
  • 3 篇 cohen albert
  • 2 篇 ramachandran aru...
  • 2 篇 nhat minh le
  • 2 篇 mittal neeraj
  • 1 篇 tsigas p
  • 1 篇 drach nathalie
  • 1 篇 guatto adrien
  • 1 篇 drebes andi
  • 1 篇 nardelli frances...
  • 1 篇 hu xuexuan
  • 1 篇 trach bohdan
  • 1 篇 bai weihua
  • 1 篇 natarajan aravin...
  • 1 篇 cai wentao
  • 1 篇 felber pascal
  • 1 篇 wen haosen
  • 1 篇 van dijk tom
  • 1 篇 beadle h. alan
  • 1 篇 ruo ando

语言

  • 13 篇 英文
  • 1 篇 其他
检索条件"主题词=Lock-Free Algorithm"
14 条 记 录,以下是11-20 订阅
排序:
Correct and Efficient Work-Stealing for Weak Memory Models
Correct and Efficient Work-Stealing for Weak Memory Models
收藏 引用
18th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming
作者: Nhat Minh Le Pop, Antoniu Cohen, Albert Nardelli, Francesco Zappa INRIA Paris France ENS Paris Paris France
Chase and Lev's concurrent deque is a key data structure in shared-memory parallel programming and plays an essential role in work-stealing schedulers. We provide the first correctness proof of an optimized implem... 详细信息
来源: 评论
Correct and Efficient Bounded FIFO Queues
Correct and Efficient Bounded FIFO Queues
收藏 引用
25th International Symposium on Computer Architecture and High Performance Computing (SBAC-PAD)
作者: Nhat Minh Le Guatto, Adrien Cohen, Albert Pop, Antoniu INRIA Paris France ENS Paris France
Bounded single-producer single-consumer FIFO queues are one of the simplest concurrent data-structure, and they do not require more than sequential consistency for correct operation. Still, sequential consistency is a... 详细信息
来源: 评论
Trace-based Derivation of a lock-free Queue algorithm
收藏 引用
ELECTRONIC NOTES IN THEORETICAL COMPUTER SCIENCE 2008年 第C期201卷 69-98页
作者: Groves, Lindsay Victoria Univ Wellington Sch Math Stat & Comp Sci Wellington New Zealand
lock-free algorithms have been developed to avoid various problems associated with using locks to control access to shared data structures. Instead of preventing interference between processes using mutual exclusion, ... 详细信息
来源: 评论
Reactive multi-word synchronization for multiprocessors  12
Reactive multi-word synchronization for multiprocessors
收藏 引用
12th International Conference on Parallel Architectures and Compilation Techniques (PACT 2003)
作者: Ha, PH Tsigas, P Chalmers Univ Technol Dept Comp Sci S-41296 Gothenburg Sweden
Shared memory multiprocessor systems typically provide a set of hardware primitives in order to support synchronization. Generally, they provide single-word read-modify-write hardware primitives such as compare-and-sw... 详细信息
来源: 评论