咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 161 篇 工学
    • 131 篇 计算机科学与技术...
    • 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 条 记 录,以下是161-170 订阅
排序:
concurrent, Parallel Garbage Collection in Linear Time
收藏 引用
ACM SIGPLAN NOTICES 2014年 第11期49卷 47-58页
作者: Brandt, Steven R. Krishnan, Hari Sharma, Gokarna Busch, Costas Louisiana State Univ Ctr Computat & Technol Sch Elect Engn & Comp Sci Baton Rouge LA 70803 USA Louisiana State Univ Sch Elect Engn & Comp Sci Baton Rouge LA 70803 USA
This paper presents a new concurrent garbage collection algorithm based on two types of reference, strong and weak, to link the graph of objects. Strong references connect the roots to all the nodes in the graph but d... 详细信息
来源: 评论
CheckFence: Checking consistency of concurrent data types on relaxed memory models
收藏 引用
ACM SIGPLAN NOTICES 2007年 第6期42卷 12-21页
作者: Burckhardt, Sebastian Alur, Rajeev Martin, Milo M. K. Univ Penn Philadelphia PA 19104 USA
Concurrency libraries can facilitate the development of multi-threaded programs by providing concurrent implementations of familiar data types such as queues or sets. There exist many optimized algorithms that can ach... 详细信息
来源: 评论
Read/write fence-free work-stealing with multiplicity
收藏 引用
JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING 2024年 186卷
作者: Castaneda, Armando Pina, Miguel Univ Nacl Autonoma Mexico Inst Matemat Ciudad Univ Mexico City 04510 Mexico Univ Nacl Autonoma Mexico Programa Doctorado Ciencia & Ingn Comp Ciudad Univ Mexico City 04510 Mexico
It has been shown that any nonblocking algorithm for work-stealing in the standard asynchronous shared memory model of computation must use expensive Read-After-Write synchronization patterns or atomic Read-Modify -Wr... 详细信息
来源: 评论
Semantic Conflict Detection for Transactional data Structure Libraries  21
Semantic Conflict Detection for Transactional Data Structure...
收藏 引用
Proceedings of the 33rd ACM Symposium on Parallelism in Algorithms and Architectures
作者: Yaodong Sheng Ahmed Hassan Michael Spear Lehigh University Bethlehem PA USA
The Transactional data Structure Library (TDSL) methodology improves the programmability and performance of concurrent software by making it possible for programmers to compose multiple concurrent data structure opera... 详细信息
来源: 评论
Hyaline: Fast and Transparent Lock-Free Memory Reclamation  19
Hyaline: Fast and Transparent Lock-Free Memory Reclamation
收藏 引用
Proceedings of the 2019 ACM Symposium on Principles of Distributed Computing
作者: Ruslan Nikolaev Binoy Ravindran Virginia Tech Blacksburg VA 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 ... 详细信息
来源: 评论
A predictable synchronisation algorithm  18
A predictable synchronisation algorithm
收藏 引用
Proceedings of the 23rd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming
作者: Stefan Reif Wolfgang Schröder-Preikschat Friedrich-Alexander University Erlangen-Nürnberg
Interaction with physical objects often imposes latency requirements to multi-core embedded systems. One consequence is the need for synchronisation algorithms that provide predictable latency, in addition to high thr... 详细信息
来源: 评论
VBR: Version Based Reclamation  21
VBR: Version Based Reclamation
收藏 引用
Proceedings of the 33rd ACM Symposium on Parallelism in Algorithms and Architectures
作者: Gali Sheffi Maurice Herlihy Erez Petrank Technion Haifa Israel Brown University Providence RI USA
Safe lock-free memory reclamation is a difficult problem. Existing solutions follow three basic methods: epoch based reclamation, hazard pointers, and optimistic reclamation. Epoch-based methods are fast, but do not g... 详细信息
来源: 评论
Drop the Anchor: Lightweight Memory Management for Non-Blocking data structures  13
Drop the Anchor: Lightweight Memory Management for Non-Block...
收藏 引用
Annual ACM Symposium on Parallel Algorithms and Architectures
作者: Anastasia Braginsky Alex Kogan Erez Petrank Computer Science Technion Oracle Labs
Efficient memory management of dynamic non-blocking data structures remains an important open question. Existing methods either sacrifice the ability to deallocate objects or reduce performance notably. In this paper,... 详细信息
来源: 评论
A concurrent multiway tree using the lazy locking mechanism  16
A concurrent multiway tree using the lazy locking mechanism
收藏 引用
Proceedings of the 26th Annual International Conference on Computer Science and Software Engineering
作者: Bing Yang Kenneth B. Kent Eric Aubanel Tobi Ajila Angela Lin University of New Brunswick Fredericton NB Canada IBM Ottawa Ottawa ON Canada
In this paper, we present a concurrent multiway tree algorithm using the lazy locking mechanism introduced in the lazy-list algorithm for concurrent linked lists. The multiway tree is represented in a left-child right... 详细信息
来源: 评论
A selective and biased choice of techniques for building a distributed data store  23
A selective and biased choice of techniques for building a d...
收藏 引用
Proceedings of the 17th ACM International Conference on Distributed and Event-based Systems
作者: Paweł Tomasz Wojciechowski Faculty of Computing and Telecommunications Institute of Computing Science Poznan University of Technology Poznań Poland
Single-machine data stores cannot support the scale and ubiquity of data today. The Internet applications and services must process a huge number of concurrent requests and events per second. So, they use distributed ... 详细信息
来源: 评论