咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是11-20 订阅
排序:
Opportunities and Limitations of Hardware Timestamps in concurrent data structures  37
Opportunities and Limitations of Hardware Timestamps in Conc...
收藏 引用
37th IEEE International Parallel and Distributed Processing Symposium (IPDPS)
作者: Grimes, Olivia Nelson-Slivon, Jacob Hassan, Ahmed Palmieri, Roberto Lehigh Univ Bethlehem PA 18015 USA
Designing high-performance, highly-concurrent linearizable data structures is complex, especially when bulk operations (e.g., range queries) are included. Relying on a single source of synchronization, such as a logic... 详细信息
来源: 评论
Memory Tagging: Minimalist Synchronization for Scalable concurrent data structures  20
Memory Tagging: Minimalist Synchronization for Scalable Conc...
收藏 引用
32nd ACM Symposium on Parallelism in Algorithms and Architectures (SPAA)
作者: Alistarh, Dan Brown, Trevor Singhal, Nandini IST Austria Klosterneuburg Austria Univ Waterloo Waterloo ON Canada Microsoft R&D India New Delhi India
There has been a significant amount of research on hardware and software support for efficient concurrent data structures;yet, the question of how to build correct, simple, and scalable data structures has not yet bee... 详细信息
来源: 评论
How to Relax Instantly: Elastic Relaxation of concurrent data structures  30th
How to Relax Instantly: Elastic Relaxation of Concurrent Dat...
收藏 引用
30th European Conference on Parallel and Distributed Processing (Euro-Par)
作者: von Geijer, Kare Tsigas, Philippas Chalmers Univ Technol Gothenburg Sweden
The sequential semantics of many concurrent data structures, such as stacks and queues, inevitably lead to memory contention in parallel environments, thus limiting scalability. Semantic relaxation has the potential t... 详细信息
来源: 评论
Brief Announcement: Tree Decomposition for Faster concurrent data structures
Brief Announcement: Tree Decomposition for Faster Concurrent...
收藏 引用
29th ACM SIGACT-SIGOPS Symposium on Principles of Distributed Computing
作者: Schneider, Johannes Wattenhofer, Roger ETH Comp Engn & Networks Lab CH-8092 Zurich Switzerland
We show how to partition data structures representable by directed acyclic graphs, i.e. rooted trees, to allow for efficient complex operations, which lie beyond inserts, deletes and finds. The approach potentially im... 详细信息
来源: 评论
Constructing concurrent data structures on FPGA with Channels  19
Constructing Concurrent Data Structures on FPGA with Channel...
收藏 引用
ACM/SIGDA International Symposium on Field-Programmable Gate Arrays (FPGA)
作者: Yan, Hui Li, Zhaoshi Liu, Leibo Yin, Shouyi Wei, Shaojun Tsinghua Univ Beijing Peoples R China
The performance of High-Level Synthesis (HLS) applications with irregular data structures is limited by its imperative programming paradigm like C/C++. In this paper, we show that constructing concurrent data structur... 详细信息
来源: 评论
Relaxing the Correctness Conditions on concurrent data structures for Multicore CPUs. A Numerical Case Study  12th
Relaxing the Correctness Conditions on Concurrent Data Struc...
收藏 引用
12th International Conference on Parallel Processing and Applied Mathematics (PPAM)
作者: Laccetti, Giuliano Lapegna, Marco Mele, Valeria Montella, Raffaele Univ Napoli Federico II Dept Math & Applicat Naples Italy Univ Napoli Parthenope Dept Sci & Technol Naples Italy
The rise of new multicore CPUs introduced new challenges in the process of design of concurrent data structures: in addition to traditional requirements like correctness, linearizability and progress, the scalability ... 详细信息
来源: 评论
Using Delta Debugging to Minimize Stress Tests for concurrent data structures  10
Using Delta Debugging to Minimize Stress Tests for Concurren...
收藏 引用
10th IEEE International Conference on Software Testing, Verification and Validation (ICSTW)
作者: Xu, Jing Lei, Yu Carver, Richard Univ Texas Arlington Dept Comp Sci & Engn Arlington TX 76019 USA
concurrent data structures are often tested under stress to detect bugs that can only be exposed by some rare interleavings of instructions. A typical stress test for a concurrent data structure creates a number of th... 详细信息
来源: 评论
Universally Scalable concurrent data structures
Universally Scalable Concurrent Data Structures
收藏 引用
作者: Tudor Alexandru DAVID ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE
学位级别:博士
The increase in the number of cores in processors has been an important trend over the past decade. In order to be able to efficiently use such architectures, modern software must be scalable: performance should incre... 详细信息
来源: 评论
Synchronization Costs in Parallel Programs and concurrent data structures
Synchronization Costs in Parallel Programs and Concurrent Da...
收藏 引用
作者: Vitalii Aksenov ITMO University
学位级别:博士
To use the computational power of modern computing machines, we have to deal with concurrent programs. Writing efficient concurrent programs is notoriously difficult, primarily due to the need of harnessing synchroniz... 详细信息
来源: 评论
Proving concurrent data structures Linearizable  27
Proving Concurrent Data Structures Linearizable
收藏 引用
27th IEEE International Symposium on Software Reliability Engineering (ISSRE)
作者: Singh, Vineet Neamtiu, Iulian Gupta, Rajiv Univ Calif Riverside Riverside CA 92521 USA New Jersey Inst Technol Newark NJ 07102 USA
Linearizability of concurrent data structure implementations is notoriously hard to prove. Consequently, current verification techniques can only prove linearizability for certain classes of data structures. We introd... 详细信息
来源: 评论