咨询与建议

限定检索结果

文献类型

  • 119 篇 会议
  • 51 篇 期刊文献
  • 3 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 161 篇 工学
    • 132 篇 计算机科学与技术...
    • 75 篇 软件工程
    • 27 篇 电气工程
    • 8 篇 信息与通信工程
    • 1 篇 仪器科学与技术
    • 1 篇 材料科学与工程(可...
    • 1 篇 电子科学与技术(可...
  • 17 篇 理学
    • 16 篇 数学
    • 1 篇 物理学
    • 1 篇 化学
  • 1 篇 农学
    • 1 篇 作物学
    • 1 篇 农业资源与环境

主题

  • 173 篇 concurrent data ...
  • 23 篇 lock-free
  • 22 篇 linearizability
  • 18 篇 synchronization
  • 12 篇 lock-freedom
  • 12 篇 non-blocking
  • 10 篇 performance
  • 10 篇 algorithms
  • 9 篇 concurrency
  • 8 篇 memory managemen...
  • 8 篇 hazard pointers
  • 7 篇 non-volatile mem...
  • 6 篇 parallel algorit...
  • 6 篇 memory reclamati...
  • 6 篇 verification
  • 6 篇 wait-freedom
  • 6 篇 transactional me...
  • 5 篇 fifo queue
  • 5 篇 trees
  • 5 篇 theory

机构

  • 12 篇 technion haifa
  • 7 篇 ist austria klos...
  • 6 篇 univ waterloo wa...
  • 6 篇 lehigh univ beth...
  • 6 篇 brown univ provi...
  • 5 篇 univ crete dept ...
  • 4 篇 technion israel ...
  • 4 篇 tel aviv univ sc...
  • 4 篇 carnegie mellon ...
  • 3 篇 oracle labs burl...
  • 3 篇 forth ics irakli...
  • 3 篇 swiss fed inst t...
  • 3 篇 inria rocquencou...
  • 3 篇 natl tech univ a...
  • 3 篇 koc univ istanbu...
  • 3 篇 univ penn philad...
  • 2 篇 univ toronto on
  • 2 篇 uppsala univ upp...
  • 2 篇 nyu ny 10003 usa
  • 2 篇 univ chinese aca...

作者

  • 17 篇 petrank erez
  • 10 篇 brown trevor
  • 10 篇 alistarh dan
  • 8 篇 herlihy maurice
  • 7 篇 hassan ahmed
  • 7 篇 fatourou panagio...
  • 6 篇 cohen nachshon
  • 6 篇 tsigas philippas
  • 6 篇 kogan alex
  • 5 篇 spear michael
  • 5 篇 alapati praveen
  • 5 篇 palmieri roberto
  • 5 篇 shavit nir
  • 4 篇 mutyam madhu
  • 4 篇 friedman michal
  • 4 篇 kallimanis nikol...
  • 3 篇 koziris nectario...
  • 3 篇 nikas konstantin...
  • 3 篇 blelloch guy e.
  • 3 篇 sagonas konstant...

语言

  • 164 篇 英文
  • 8 篇 其他
  • 1 篇 德文
检索条件"主题词=Concurrent Data Structures"
173 条 记 录,以下是121-130 订阅
排序:
Upper and Lower Bounds for Deterministic Approximate Objects  41
Upper and Lower Bounds for Deterministic Approximate Objects
收藏 引用
41st IEEE International Conference on Distributed Computing Systems (ICDCS)
作者: Hendler, Danny Khattabi, Adnane Milani, Alessia Travers, Corentin Ben Gurion Univ Negev Beer Sheva Israel Univ Bordeaux LaBRI Bordeaux France Bordeaux INP LaBRI Bordeaux France
Relaxing the sequential specification of shared objects has been proposed as a promising approach to obtain implementations with better complexity. In this paper, we study the step complexity of relaxed variants of tw... 详细信息
来源: 评论
Revisiting the Combining Synchronization Technique  12
Revisiting the Combining Synchronization Technique
收藏 引用
17th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming
作者: Fatourou, Panagiota Kallimanis, Nikolas D. Univ Crete Dept Comp Sci Iraklion Greece Univ Ioannina Dept Comp Sci GR-45110 Ioannina Greece
Fine-grain thread synchronization has been proved, in several cases, to be outperformed by efficient implementations of the combining technique where a single thread, called the combiner, holding a coarse-grain lock, ... 详细信息
来源: 评论
Lock-Free data-Structure Iterators  1
收藏 引用
27th International Symposium on Distributed Computing (DISC)
作者: Petrank, Erez Timnat, Shahar Technion Israel Inst Technol Dept Comp Sci IL-32000 Haifa Israel
concurrent data structures are often used with large concurrent software. An iterator that traverses the data structure items is a highly desirable interface that often exists for sequential data structures but is mis... 详细信息
来源: 评论
The Power of Choice in Priority Scheduling  17
The Power of Choice in Priority Scheduling
收藏 引用
36th ACM Symposium on Principles of Distributed Computing (PODC)
作者: Alistarh, Dan Kopinsky, Justin Li, Jerry Nadiradze, Giorgi IST Austria Klosterneuburg Austria Swiss Fed Inst Technol Zurich Switzerland MIT Cambridge MA 02139 USA
Consider the following random process: we are given n queues, into which elements of increasing labels are inserted uniformly at random. To remove an element, we pick two queues at random, and remove the element of lo... 详细信息
来源: 评论
Dag-Calculus: A Calculus for Parallel Computation  2016
Dag-Calculus: A Calculus for Parallel Computation
收藏 引用
21st ACM SIGPLAN International Conference on Functional Programming (ICFP)
作者: Acar, Umut A. Chargueraud, Arthur Rainey, Mike Sieczkowski, Filip Carnegie Mellon Univ Pittsburgh PA 15213 USA Inria Rocquencourt France
Increasing availability of multicore systems has led to greater focus on the design and implementation of languages for writing parallel programs. Such languages support various abstractions for parallelism, such as f... 详细信息
来源: 评论
The Future(s) of Shared data structures  14
The Future(s) of Shared Data Structures
收藏 引用
ACM Symposium on Principles of Distributed Computing (PODC)
作者: Kogan, Alex Herlihy, Maurice Oracle Labs Burlington MA 01803 USA Brown Univ Providence RI USA Oracle Labs Providence RI USA
This paper considers how to use futures, a well-known mechanism to manage parallel computations, to improve the performance of long-lived, mutable shared data structures in large-scale multicore systems. We show that ... 详细信息
来源: 评论
Symmetric Tokens based Group Mutual Exclusion  20
Symmetric Tokens based Group Mutual Exclusion
收藏 引用
49th International Conference on Parallel Processing (ICPP)
作者: Aravind, Alex Univ Northern British Columbia Prince George BC Canada
The group mutual exclusion (GME) problem is a generalization of the mutual exclusion problem. The problem is fundamental to parallel and distributed processing, as it is inherent in several applications in the modern ... 详细信息
来源: 评论
The Performance Power of Software Combining in Persistence  22
The Performance Power of Software Combining in Persistence
收藏 引用
27th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)
作者: Fatourou, Panagiota Kallimanis, Nikolaos D. Kosmas, Eleftherios Univ Paris LIPADE F-75006 Paris France Fdn Res Technol Hellas FORTH Inst Comp Sci Ilellas Greece Univ Crete Dept Comp Sci Iraklion Greece
The availability of Non-Volatile Main Memory (known as NVMM) enables the design of recoverable concurrent algorithms. We study the power of software combining in achieving recoverable synchronization and designing per... 详细信息
来源: 评论
Gallatin: A General-Purpose GPU Memory Manager  24
Gallatin: A General-Purpose GPU Memory Manager
收藏 引用
29th ACM SIGPLAN Annual Symposium on Principles and Practice of Parallel Programming (PPoPP)
作者: McCoy, Hunter Pandey, Prashant Univ Utah Salt Lake City UT 84112 USA
Dynamic memory management is critical for efficiently porting modern data processing pipelines to GPUs. However, building a general-purpose dynamic memory manager on GPUs is challenging due to the massive parallelism ... 详细信息
来源: 评论
Brief Announcement: Efficient Graph Algorithms without Synchronization
Brief Announcement: Efficient Graph Algorithms without Synch...
收藏 引用
29th ACM SIGACT-SIGOPS Symposium on Principles of Distributed Computing
作者: Schneider, Johannes Wattenhofer, Roger ETH Comp Engn & Networks Lab CH-8092 Zurich Switzerland
We give a graph decomposition technique that creates entirely independent subproblems for graph problems such as coloring and dominating sets that can be solved without synchronization on a distributed memory system. ... 详细信息
来源: 评论