咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是111-120 订阅
排序:
FatCBST: concurrent Binary Search Tree with Fatnodes  19
FatCBST: Concurrent Binary Search Tree with Fatnodes
收藏 引用
19th IEEE International Conference on High Performance Computing and Communications (HPCC) / 15th IEEE International Conference on Smart City (SmartCity) / 3rd IEEE International Conference on data Science and Systems (DSS)
作者: Alapati, Praveen Tavva, Venkata Kalyan Mutyam, Madhu Indian Inst Technol Madras Dept Comp Sci & Engn Madras 600036 Tamil Nadu India IBM India Pvt Ltd STG Labs Bengaluru India
Effective design of concurrent tree implementation plays a major role in improving the scalability of applications in a multicore environment. We introduce a concurrent binary search tree with fatnodes (FatCBST) and p... 详细信息
来源: 评论
On Building Modular and Elastic data structures with Bulk Operations  21
On Building Modular and Elastic Data Structures with Bulk Op...
收藏 引用
22nd International Conference on Distributed Computing and Networking (ICDCN)
作者: Williams, Kevin Foster, Joe Srivirote, Athicha Hassan, Ahmed Tassarotti, Joseph Tseng, Lewis Palmieri, Roberto Lehigh Univ Bethlehem PA 18015 USA Boston Coll Chestnut Hill MA 02167 USA
This paper introduces MEDS, a modular and elastic framework that simplifies the development of high-performance concurrent data structures that support linearizable primitive (i.e., add, remove, contains) and bulk (e.... 详细信息
来源: 评论
Hardware Transactional Memory Optimization Guidelines, Applied to Ordered Maps  14
Hardware Transactional Memory Optimization Guidelines, Appli...
收藏 引用
13th IEEE International Symposium on Parallel and Distributed Processing with Applications
作者: Bonnichsen, Lars F. Probst, Christian W. Karlsson, Sven Tech Univ Denmark Lyngby Denmark
Synchronization of concurrent data structures is difficult to get right. Fine-grained synchronization locks small data chunks, but requires too high an overhead per chunk;traditional coarse-grained synchronization loc... 详细信息
来源: 评论
A Wait-free Queue with Polylogarithmic Step Complexity  23
A Wait-free Queue with Polylogarithmic Step Complexity
收藏 引用
42nd ACM SIGACT-SIGOPS Symposium on Principles of Distributed Computing (PODC)
作者: Naderibeni, Hossein Ruppert, Eric York Univ Toronto ON Canada
We present a novel linearizable wait-free queue implementation using single-word CAS instructions. Previous lock-free queue implementations from CAS all have amortized step complexity of Omega(p) per operation in wors... 详细信息
来源: 评论
Checking Linearizability Using Hitting Families  19
Checking Linearizability Using Hitting Families
收藏 引用
24th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)
作者: Ozkan, Burcu Kulahcioglu Majumdar, Rupak Niksic, Filip MPI SWS Kaiserslautern Germany Univ Penn Philadelphia PA 19104 USA
Linearizability is a key correctness property for concurrent data types. Linearizability requires that the behavior of concurrently invoked operations of the data type be equivalent to the behavior in an execution whe... 详细信息
来源: 评论
Adaptive Lock-Free Maps: Purely-Functional to Scalable  2015
Adaptive Lock-Free Maps: Purely-Functional to Scalable
收藏 引用
20th ACM SIGPLAN International Conference on Functional Programming (ICFP)
作者: Newton, Ryan R. Fogg, Peter P. Varamesh, Ali Indiana Univ Bloomington IN 47405 USA
Purely functional data structures stored inside a mutable variable provide an excellent concurrent data structure-obviously correct, cheap to create, and supporting snapshots. They are not, however, scalable. We provi... 详细信息
来源: 评论
Brief Announcement: Hyaline: Fast and Transparent Lock-Free Memory Reclamation  38
Brief Announcement: Hyaline: Fast and Transparent Lock-Free ...
收藏 引用
38th ACM Symposium on Principles of Distributed Computing (PODC)
作者: Nikolaev, Ruslan Ravindran, Binoy Virginia Tech Blacksburg VA 24061 USA
We present a new lock-free safe memory reclamation algorithm, Hyaline, which is fast, scalable, and transparent to the underlying data structures. Hyaline easily handles virtually unbounded number of threads that can ... 详细信息
来源: 评论
Efficient Memory Management for Lock-Free data structures with Optimistic Access  15
Efficient Memory Management for Lock-Free Data Structures wi...
收藏 引用
27th ACM symposium on Parallelism in Algorithms and Architectures (SPAA)
作者: Cohen, Nachshon Petrank, Erez Technion Israel Inst Technol Haifa Israel
Lock-free data structures achieve high responsiveness, aid scalability, and avoid deadlocks and livelocks. But providing memory management support for such data structures without foiling their progress guarantees is ... 详细信息
来源: 评论
Mindicators: A Scalable Approach to Quiescence
Mindicators: A Scalable Approach to Quiescence
收藏 引用
33rd IEEE International Conference on Distributed Computing Systems (ICDCS)
作者: Liu, Yujie Luchangco, Victor Spear, Michael Lehigh Univ Bethlehem PA 18015 USA Oracle Labs Redwood City 94065 CA USA
We introduce the Mindicator, a new shared object that is optimized for querying the minimum value of a set of values proposed by several processes. A mindicator may hold at most one value per process. This interface i... 详细信息
来源: 评论
Modeling Energy Consumption of Lock-Free Queue Implementations  29
Modeling Energy Consumption of Lock-Free Queue Implementatio...
收藏 引用
29th IEEE International Parallel and Distributed Processing Symposium (IPDPS)
作者: Atalar, Aras Gidenstam, Anders Renaud-Goud, Paul Tsigas, Philippas Chalmers Univ Technol S-41258 Gothenburg Sweden Univ Boras S-50190 Boras Sweden
This paper considers the problem of modeling the energy behavior of lock-free concurrent queue data structures. Our main contribution is a way to model the energy behavior of lock-free queue implementations and parall... 详细信息
来源: 评论