咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是101-110 订阅
排序:
Contention Adapting Search Trees  14
Contention Adapting Search Trees
收藏 引用
IEEE 14th International Symposium on Parallel and Distributed Computing (ISPDC)
作者: Sagonas, Konstantinos Winblad, Kjell Uppsala Univ Dept Informat Technol Uppsala Sweden Natl Tech Univ Athens Sch ECE GR-10682 Athens Greece
With multicores being ubiquitous, concurrent data structures are becoming increasingly important. This paper proposes a novel approach to concurrent data structure design where the data structure collects statistics a... 详细信息
来源: 评论
Brief Announcement: Lock-free Learned Search data Structure  24
Brief Announcement: Lock-free Learned Search Data Structure
收藏 引用
36th ACM Symposium on Parallelism in Algorithms and Architectures (SPAA)
作者: Bhardwaj, Gaurav Chatterjee, Bapi Sharma, Abhinav Peri, Sathya Nayak, Siddharth IIT Hyderabad Hyderabad India IIIT Delhi Delhi India
This paper introduces a lock-free linearizable search structure that supports concurrent updates, membership, and range queries accelerated by a shallow hierarchy of lightweight machine learning (ML) models. The propo... 详细信息
来源: 评论
FliT: A Library for Simple and Efficient Persistent Algorithms  22
FliT: A Library for Simple and Efficient Persistent Algorith...
收藏 引用
27th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)
作者: Wei, Yuanhao Ben-David, Naama Friedman, Michal Blelloch, Guy E. Petrank, Erez Carnegie Mellon Univ Pittsburgh PA USA VMware Res Palo Alto CA USA Techn Haifa Israel
Non-volatile random access memory (NVRAM) offers byte-addressable persistence at speeds comparable to DRAM. However, with caches remaining volatile, automatic cache evictions can reorder updates to memory, potentially... 详细信息
来源: 评论
Practical Hardware Transactional vEB Trees  24
Practical Hardware Transactional vEB Trees
收藏 引用
29th ACM SIGPLAN Annual Symposium on Principles and Practice of Parallel Programming (PPoPP)
作者: Khalaji, Mohammad Brown, Trevor Daudjee, Khuzaima Aksenov, Vitaly Univ Waterloo Waterloo ON Canada City Univ London London England
van Emde Boas (vEB) trees are sequential data structures optimized for extremely fast predecessor and successor queries. Such queries are an important incentive to use ordered sets or maps such as vEB trees. All opera... 详细信息
来源: 评论
Using Skip Graphs for Increased NUMA Locality  32
Using Skip Graphs for Increased NUMA Locality
收藏 引用
32nd IEEE International Symposium on Computer Architecture and High-Performance Computing (SBAC-PAD) / 11th Workshop on Applications for Multi-Core Architectures (WAMCA)
作者: Thomas, Samuel Hayne, Roxana Pulaj, Jonad Mendes, Hammurabi Davidson Coll Math & Comp Sci Davidson NC 28036 USA
High-performance simulations and parallel frameworks often rely on highly scalable, concurrent data structures for system scalability. With an increased availability of NUMA architectures, we present a technique to pr... 详细信息
来源: 评论
Detectable Recovery of Lock-Free data structures  22
Detectable Recovery of Lock-Free Data Structures
收藏 引用
27th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)
作者: Attiya, Hagit Ben-Baruch, Ohad Fatourou, Panagiota Hendler, Danny Kosmas, Eleftherios Technion Haifa Israel Ben Gurion Univ Negev Beer Sheva Israel Univ Paris LIPADE F-75006 Paris France FORTH Iraklion Greece Univ Crete Iraklion Greece Univ Crete Dept Comp Sci Iraklion Greece
This paper presents a generic approach for deriving detectably recoverable implementations of many widely-used concurrent data structures. Such implementations are appealing for emerging systems featuring byte-address... 详细信息
来源: 评论
A Scalable Linearizable Multi-Index Table  38
A Scalable Linearizable Multi-Index Table
收藏 引用
38th IEEE International Conference on Distributed Computing Systems (ICDCS)
作者: Sheffi, Gali Golan-Gueta, Guy Petrank, Erez Oath Yahoo Res Haifa Israel VMWare Res Herzliyya Israel Technion Haifa Israel
concurrent data structures typically index data using a single primary key and provide fast atomic access to data associated with a given key value. However, it is often required to atomically access information via m... 详细信息
来源: 评论
Brief Announcement: Linearizability: A Typo  21
Brief Announcement: Linearizability: A Typo
收藏 引用
40th ACM SIGACT-SIGOPS Symposium on Principles of Distributed Computing (PODC)
作者: Sela, Gal Herlihy, Maurice Petrank, Erez Technion Haifa Israel Brown Univ Providence RI 02912 USA
Linearizability [4] is the de facto consistency condition for concurrent objects, widely used in theory and practice. Loosely speaking, linearizability classifies concurrent executions as correct if operations on shar... 详细信息
来源: 评论
Transactional Interference-Less Balanced Tree  29th
Transactional Interference-Less Balanced Tree
收藏 引用
29th International Symposium on Distributed Computing (DISC)
作者: Hassan, Ahmed Palmieri, Roberto Ravindran, Binoy Virginia Tech Blacksburg VA USA
In this paper, we present TxCF-Tree, a balanced tree whose design is optimized to support transactional accesses. The core optimizations of TxCF-Tree's operations are: providing a traversal phase that does not use... 详细信息
来源: 评论
Fast, Multicore-Scalable, Low-Fragmentation Memory Allocation through Large Virtual Memory and Global data structures  2015
Fast, Multicore-Scalable, Low-Fragmentation Memory Allocatio...
收藏 引用
ACM SIGPLAN International Conference on Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA)
作者: Aigner, Martin Kirsch, Christoph M. Lippautz, Michael Sokolova, Ana Salzburg Univ A-5020 Salzburg Austria
We demonstrate that general-purpose memory allocation involving many threads on many cores can be done with high performance, multicore scalability, and low memory consumption. For this purpose, we have designed and i... 详细信息
来源: 评论