咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是91-100 订阅
排序:
Model checking unbounded concurrent lists
Model checking unbounded concurrent lists
收藏 引用
20th International SPIN Symposium on Model Checking of Software
作者: Sethi, Divjyot Talupur, Muralidhar Malik, Sharad Princeton Univ Princeton NJ 08544 USA Intel Corp Strateg CAD Labs Hillsboro OR 97124 USA
We present a model checking-based method for verifying list-based concurrent set data structures. concurrent data structures are notorious for being hard to get right and thus, their verification has received signific... 详细信息
来源: 评论
RCU-HTM: Combining RCU with HTM to Implement Highly Efficient concurrent Binary Search Trees  26
RCU-HTM: Combining RCU with HTM to Implement Highly Efficien...
收藏 引用
26th International Conference on Parallel Architectures and Compilation Techniques (PACT)
作者: Siakavaras, Dimitrios Nikas, Konstantinos Goumas, Georgios Koziris, Nectarios Natl Tech Univ Athens Sch Elect & Comp Engn Comp Syst Lab Athens Greece
In this paper we introduce RCU-HTM, a technique that combines Read-Copy-Update (RCU) with Hardware Transactional Memory (HTM) to implement highly efficient concurrent Binary Search Trees (BSTs). Similarly to RCU-based... 详细信息
来源: 评论
CAA: A concurrent AA Tree via Logical ordering  23
CAA: A Concurrent AA Tree via Logical ordering
收藏 引用
23rd International Symposium on Parallel and Distributed Computing (ISPDC)
作者: Attinagaramu, Kapil Kumar Alapati, Praveen Mahindra Univ Ecole Cent Sch Engn Super Comp Lab Comp Sci Engn Dept Hyderabad India
Efficient implementation of concurrent data structures is crucial for ensuring safe and efficient access to data in shared-memory environments. Maintaining height balance within these concurrent structures in a multi-... 详细信息
来源: 评论
A Contention-Friendly Binary Search Tree
A Contention-Friendly Binary Search Tree
收藏 引用
19th International Conference on Euro-Par
作者: Crain, Tyler Gramoli, Vincent Raynal, Michel Univ Rennes 1 IRISA F-35014 Rennes France Univ Sydney NICTA Sydney NSW Australia Inst Univ France Paris France
This paper proposes a new lock-based concurrent binary tree using a methodology for writing concurrent data structures. This methodology limits the high contention induced by today's multicore environments to come... 详细信息
来源: 评论
Releasing Memory with Optimistic Access: A Hybrid Approach to Memory Reclamation and Allocation in Lock-Free Programs  23
Releasing Memory with Optimistic Access: A Hybrid Approach t...
收藏 引用
35th ACM Symposium on Parallelism in Algorithms and Architectures (SPAA)
作者: Moreno, Pedro Rocha, Ricardo Univ Porto CRACS INESC TEC Rua Campo Alegre S-N P-4169007 Porto Portugal Univ Porto Fac Sci Dept Comp Sci Rua Campo Alegre S-N P-4169007 Porto Portugal
Lock-free data structures are an important tool for the development of concurrent programs as they provide scalability, low latency and avoid deadlocks, livelocks and priority inversion. However, they require some sor... 详细信息
来源: 评论
A scalable unified model for dynamic data structures in message passing (clusters) and shared memory (multicore CPUs) computing environments  18
A scalable unified model for dynamic data structures in mess...
收藏 引用
18th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing (CCGrid)
作者: Laccetti, Giuliano Lapegna, Marco Montella, Raffaele Univ Napoli Federico II Dept Math & Applicat Naples Italy Univ Napoli Parthenope Dept Sci & Technol Naples Italy
concurrent data structures are widely used in many software stack levels, ranging from high level parallel scientific applications to low level operating systems. The key issue of these objects is their concurrent use... 详细信息
来源: 评论
Kanva: A Lock-free Learned Search data Structure  24
Kanva: A Lock-free Learned Search Data Structure
收藏 引用
53rd International Conference on Parallel Processing (ICPP)
作者: Bhardwaj, Gaurav Chatterjee, Bapi Sharma, Abhinav Perit, Sathya Nayak, Siddharth IIT Hyderabad India IIIT Delhi India
Lock-free concurrent data structures offer throughput with scalability and guarantees for the completion of operations on multicore computers. Recently, queries using machine learning models trained to predict the dat... 详细信息
来源: 评论
Practical concurrent Self-organizing Lists  23
Practical Concurrent Self-organizing Lists
收藏 引用
23rd IEEE International Conference on Parallel and Distributed Systems (ICPADS)
作者: Fu, Jing Zhang, Kunlong Tianjin Univ Sch Comp Sci & Technol Tianjin Peoples R China
Lists are one of the most fundamental and ubiquitous data structures. A self-organizing list can adjust the structure according to the request sequence to improve average access time. However, it is a challenge to obt... 详细信息
来源: 评论
Pure: Evolving Message Passing To Better Leverage Shared Memory Within Nodes  24
Pure: Evolving Message Passing To Better Leverage Shared Mem...
收藏 引用
29th ACM SIGPLAN Annual Symposium on Principles and Practice of Parallel Programming (PPoPP)
作者: Psota, James Solar-Lezama, Armando MIT CSAIL Cambridge MA 02139 USA
Pure is a new programming model and runtime system explicitly designed to take advantage of shared memory within nodes in the context of a mostly message passing interface enhanced with the ability to use tasks to mak... 详细信息
来源: 评论
The Baskets Queue
The Baskets Queue
收藏 引用
11th International Conference on Principles of Distributed Systems
作者: Hoffman, Moshe Shalev, Ori Shavit, Nir Tel Aviv Univ Sch Comp Sci IL-69978 Tel Aviv Israel Sun Microsyst Labs Menlo Pk CA USA
FIFO Queues have over the years been the subject of significant research. Such queues are used as buffers both in a variety of applications, and in recent years as a key tool in buffering data in high speed communicat... 详细信息
来源: 评论