咨询与建议

限定检索结果

文献类型

  • 19 篇 会议
  • 13 篇 期刊文献
  • 1 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 31 篇 工学
    • 27 篇 计算机科学与技术...
    • 11 篇 电气工程
    • 9 篇 软件工程
  • 3 篇 理学
    • 3 篇 数学
    • 1 篇 生物学

主题

  • 33 篇 concurrent data ...
  • 9 篇 linearizability
  • 8 篇 lock-free
  • 5 篇 binary search tr...
  • 3 篇 dictionary
  • 3 篇 skiplist
  • 3 篇 shared memory
  • 3 篇 lock-freedom
  • 3 篇 non-blocking
  • 2 篇 set
  • 2 篇 kd-tree
  • 2 篇 local recovery
  • 2 篇 patricia trie
  • 2 篇 internal represe...
  • 2 篇 model checking
  • 2 篇 quantitative rel...
  • 2 篇 refinement
  • 2 篇 multi-dimensiona...
  • 2 篇 similarity searc...
  • 2 篇 lock-free algori...

机构

  • 4 篇 chalmers univ te...
  • 3 篇 univ texas dalla...
  • 2 篇 virginia tech bl...
  • 2 篇 singapore univ t...
  • 2 篇 nanyang technol ...
  • 1 篇 ist austria klos...
  • 1 篇 chinese acad sci...
  • 1 篇 rhein westfal th...
  • 1 篇 intracom dev pro...
  • 1 篇 univ grenoble al...
  • 1 篇 ecole polytech f...
  • 1 篇 york univ dept c...
  • 1 篇 1. department of...
  • 1 篇 ericsson ab isaf...
  • 1 篇 computer science...
  • 1 篇 microsoft r&d pv...
  • 1 篇 department of co...
  • 1 篇 southeast univ s...
  • 1 篇 natl univ def te...
  • 1 篇 univ texas dalla...

作者

  • 5 篇 mittal neeraj
  • 4 篇 ramachandran aru...
  • 4 篇 chatterjee bapi
  • 4 篇 tsigas philippas
  • 4 篇 walulya ivan
  • 2 篇 liu yang
  • 2 篇 wang chao
  • 2 篇 sa muktikanta
  • 2 篇 singhal nandini
  • 2 篇 zhang deli
  • 2 篇 peri sathya
  • 2 篇 zhang shaojie
  • 2 篇 adhikari kiran
  • 2 篇 shafiei niloufar
  • 2 篇 dechev damian
  • 2 篇 street james
  • 1 篇 grammatikakis md
  • 1 篇 jang byunghyun
  • 1 篇 jeon seungmin
  • 1 篇 yao yiping

语言

  • 32 篇 英文
  • 1 篇 德文
检索条件"主题词=Concurrent data structure"
33 条 记 录,以下是21-30 订阅
排序:
Verifying a quantitative relaxation of linearizability via refinement
Verifying a quantitative relaxation of linearizability via r...
收藏 引用
20th International SPIN Symposium on Model Checking of Software
作者: Adhikari, Kiran Street, James Wang, Chao Liu, Yang Zhang, Shaojie Virginia Tech Blacksburg VA 24061 USA Nanyang Technol Univ Singapore Singapore Singapore Univ Technol & Design Singapore Singapore
The recent years have seen increasingly widespread use of highly concurrent data structures in both multi-core and distributed computing environments, thereby escalating the priority for verifying their correctness. Q... 详细信息
来源: 评论
An Efficient Lock-free Logarithmic Search data structure Based on Multi-dimensional List  36
An Efficient Lock-free Logarithmic Search Data Structure Bas...
收藏 引用
36th IEEE International Conference on Distributed Computing Systems (ICDCS)
作者: Zhang, Deli Dechev, Damian Univ Cent Florida Dept Comp Sci Orlando FL 32817 USA
Logarithmic search data structures, such as search trees and skiplists, are fundamental building blocks of many applications. Although the self-balancing binary search trees are among the most ubiquitous sequential se... 详细信息
来源: 评论
Improving Efficacy of Internal Binary Search Trees using Local Recovery  16
Improving Efficacy of Internal Binary Search Trees using Loc...
收藏 引用
21st ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)
作者: Ramachandran, Arunmoezhi Mittal, Neeraj Univ Texas Dallas Dept Comp Sci Richardson TX 75083 USA
Binary Search Tree (BST) is an important data structure for managing ordered data. Many algorithms-blocking as well as non-blocking-have been proposed for concurrent manipulation of a binary search tree in an asynchro... 详细信息
来源: 评论
A Fast Lock-Free Internal Binary Search Tree  15
A Fast Lock-Free Internal Binary Search Tree
收藏 引用
16th International Conference on Distributed Computing and Networking
作者: Ramachandran, Arunmoezhi Mittal, Neeraj Univ Texas Dallas Dept Comp Sci Richardson TX 75080 USA
We present a new lock-free algorithm for concurrent manipulation of a binary search tree in an asynchronous shared memory system that supports search, insert and delete operations. It combines ideas from two recently ... 详细信息
来源: 评论
MultiQueues: Simple Relaxed concurrent Priority Queues  15
MultiQueues: Simple Relaxed Concurrent Priority Queues
收藏 引用
27th ACM symposium on Parallelism in Algorithms and Architectures (SPAA)
作者: Rihani, Hamza Sanders, Peter Dementiev, Roman Univ Grenoble Alpes Grenoble France Karlsruhe Inst Technol Karlsruhe Germany Intel GmbH Munich Germany
We present a simple, concurrent data structure that approximates the behavior of a priority queue and that gives very good performance guarantees. We also discuss models for the semantics of relaxed priority queues an... 详细信息
来源: 评论
Compiler Aided Manual Speculation for High Performance concurrent data structures  13
Compiler Aided Manual Speculation for High Performance Concu...
收藏 引用
18th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming
作者: Xiang, Lingxiang Scott, Michael L. Univ Rochester Dept Comp Sci Rochester NY 14627 USA
Speculation is a well-known means of increasing parallelism among concurrent methods that are usually but not always independent. Traditional nonblocking data structures employ a particularly restrictive form of specu... 详细信息
来源: 评论
A concurrent red-black tree
收藏 引用
JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING 2013年 第4期73卷 434-449页
作者: Besa, Juan Eterovic, Yadran Pontificia Univ Catolica Chile Dept Comp Sci Santiago Chile
With the proliferation of multiprocessor computers, data structures capable of supporting several processes are a growing need. concurrent data structures seek to provide similar performance to sequential data structu... 详细信息
来源: 评论
Non-blocking Patricia Tries with Replace Operations
Non-blocking Patricia Tries with Replace Operations
收藏 引用
33rd IEEE International Conference on Distributed Computing Systems (ICDCS)
作者: Shafiei, Niloufar York Univ Dept Comp Sci & Engn Toronto ON M3J 2R7 Canada
This paper presents a non-blocking Patricia trie implementation for an asynchronous shared-memory system using Compare&Swap. The trie implements a linearizable set and supports three update operations: insert adds... 详细信息
来源: 评论
concurrent Tries with Efficient Non-Blocking Snapshots  12
Concurrent Tries with Efficient Non-Blocking Snapshots
收藏 引用
17th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming
作者: Prokopec, Aleksandar Bronson, Nathan G. Bagwell, Phil Odersky, Martin Ecole Polytech Fed Lausanne Lausanne Switzerland
We describe a non-blocking concurrent hash trie based on shared-memory single-word compare-and-swap instructions. The hash trie supports standard mutable lock-free operations such as insertion, removal, lookup and the... 详细信息
来源: 评论
Priority queues and sorting methods for parallel simulation
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 2000年 第5期26卷 401-422页
作者: Grammatikakis, MD Liesche, S INTRACOM Dev Programmes GR-19002 Peania Greece IBM Deutschland Entwickling GMBH D-71023 Boblingen Germany
We examine the design, implementation, and experimental analysis of parallel priority queues for device and network simulation. We consider: 1) distributed splay trees using MPI, 2) concurrent heaps using shared memor... 详细信息
来源: 评论