Sciweavers

12453 search results - page 1 / 2491
» Concurrent Data Structures
Sort
View
CONCURRENCY
2004
115views more  CONCURRENCY 2004»
13 years 8 months ago
Data structures in Java for matrix computations
Geir Gundersen, Trond Steihaug
PODC
2010
ACM
14 years 18 days ago
Brief announcement: tree decomposition for faster concurrent data structures
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 ...
Johannes Schneider, Roger Wattenhofer
CAV
2010
Springer
198views Hardware» more  CAV 2010»
14 years 19 days ago
Automatically Proving Linearizability
Abstract. This paper presents a practical automatic verification procedure for proving linearizability (i.e., atomicity and functional correctness) of concurrent data structure im...
Viktor Vafeiadis
CONCURRENCY
2006
67views more  CONCURRENCY 2006»
13 years 8 months ago
Crunching real data on the Grid: practice and experience with the European DataGrid
David L. Groep, Jeffrey Templon, Charles Loomis
WDAG
2004
Springer
88views Algorithms» more  WDAG 2004»
14 years 2 months ago
Nonblocking Concurrent Data Structures with Condition Synchronization
We apply the classic theory of linearizability to operations that must wait for some other thread to establish a precondition. We model such an operation as a request and a follow-...
William N. Scherer III, Michael L. Scott