咨询与建议

限定检索结果

文献类型

  • 5 篇 会议
  • 1 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 4 篇 工学
    • 4 篇 计算机科学与技术...
    • 2 篇 软件工程

主题

  • 6 篇 concurrent data-...
  • 2 篇 multiprocessors
  • 2 篇 synchronization
  • 2 篇 lock-free
  • 1 篇 linearizability
  • 1 篇 subset construct...
  • 1 篇 weak consistency
  • 1 篇 shared-memory mu...
  • 1 篇 wait-free
  • 1 篇 non-blocking syn...
  • 1 篇 shared memory
  • 1 篇 multicore algori...
  • 1 篇 cas
  • 1 篇 binary search tr...
  • 1 篇 amortized analys...
  • 1 篇 java concurrency

机构

  • 1 篇 universidade do ...
  • 1 篇 yonsei universit...
  • 1 篇 technion israel ...
  • 1 篇 technical univer...
  • 1 篇 mit dept eecs ca...
  • 1 篇 tel aviv univ te...
  • 1 篇 chalmers univ te...
  • 1 篇 ben gurion univ ...
  • 1 篇 haslab universid...

作者

  • 2 篇 tzafrir moran
  • 2 篇 shavit nir
  • 1 篇 drachsler-cohen ...
  • 1 篇 josé brandão
  • 1 篇 carlos baquero
  • 1 篇 hyewon choi
  • 1 篇 incze itai
  • 1 篇 petrank erez
  • 1 篇 chatterjee bapi
  • 1 篇 tsigas philippas
  • 1 篇 annette bieniusa
  • 1 篇 nguyen nhan
  • 1 篇 bernd burgstalle...
  • 1 篇 deepthi devaki a...
  • 1 篇 afek yehuda
  • 1 篇 hendler danny

语言

  • 6 篇 英文
检索条件"主题词=Concurrent data-structures"
6 条 记 录,以下是1-10 订阅
排序:
Multi-view data types for scalable concurrency in the multi-core era  17
Multi-view data types for scalable concurrency in the multi-...
收藏 引用
Proceedings of the Programming Models and Languages for Distributed Computing
作者: Deepthi Devaki Akkoorath José Brandão Annette Bieniusa Carlos Baquero Technical University of Kaiserslautern Germany Universidade do Minho Braga Portugal HASLab Universidade do Minho & INESC TEC Braga Portugal
With the rapid growth of number of cores, together with the heterogeneous access latencies, the cost of synchronization and communication between distant components keeps growing. As more general purpose programs expl... 详细信息
来源: 评论
Efficient Lock-free Binary Search Trees  14
Efficient Lock-free Binary Search Trees
收藏 引用
ACM Symposium on Principles of Distributed Computing (PODC)
作者: Chatterjee, Bapi Nguyen, Nhan Tsigas, Philippas Chalmers Univ Technol Gothenburg Sweden
In this paper we present a novel algorithm for concurrent lock-free internal binary search trees (BST) and implement a Set abstract data type (ADT) based on that. We show that in the presented lock-free BST algorithm ... 详细信息
来源: 评论
LCD: Local Combining on Demand  18
LCD: Local Combining on Demand
收藏 引用
18th International Conference on Principles of Distributed Systems (OPODIS)
作者: Drachsler-Cohen, Dana Petrank, Erez Technion Israel Inst Technol Dept Comp Sci IL-32000 Haifa Israel
Combining methods are highly effective for implementing concurrent queues and stacks. These data structures induce a heavy competition on one or two contention points. However, it was not known whether combining metho... 详细信息
来源: 评论
Non-blocking parallel subset construction on shared-memory multicore architectures  13
Non-blocking parallel subset construction on shared-memory m...
收藏 引用
Proceedings of the Eleventh Australasian Symposium on Parallel and Distributed Computing - Volume 140
作者: Hyewon Choi Bernd Burgstaller Yonsei University Seoul Korea
We discuss ways to effectively parallelize the subset construction algorithm, which is used to convert non-deterministic finite automata (NFAs) to deterministic finite automata (DFAs). This conversion is at the heart ... 详细信息
来源: 评论
Interrupting snapshots and the Java™ size method
收藏 引用
JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING 2012年 第7期72卷 880-888页
作者: Afek, Yehuda Shavit, Nir Tzafrir, Moran Tel Aviv Univ Tel Aviv Israel MIT Dept EECS Cambridge MA 02139 USA
The Java (TM) m developers kit requires a size () operation for all objects, tracking the number of elements in the object. Unfortunately, the best known solution, available in the Java concurrency package, has a bloc... 详细信息
来源: 评论
Flat Combining and the Synchronization-Parallelism Tradeoff  10
Flat Combining and the Synchronization-Parallelism Tradeoff
收藏 引用
22nd ACM Symposium on Parallelism in Algorithms and Architectures
作者: Hendler, Danny Incze, Itai Tzafrir, Moran Shavit, Nir Ben Gurion Univ Negev IL-84105 Beer Sheva Israel
Traditional data structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. We introduce a new synchronization paradigm based on coarse locking, which we ca... 详细信息
来源: 评论