Share This Author
Software transactional memory for dynamic-sized data structures
- M. Herlihy, Victor Luchangco, Mark Moir, William N. Scherer
- Computer SciencePODC '03
- 13 July 2003
TLDR
A flexible framework for implementing software transactional memory
- M. Herlihy, Victor Luchangco, Mark Moir
- Computer ScienceOOPSLA '06
- 16 October 2006
TLDR
Hybrid transactional memory
- P. Damron, Alexandra Fedorova, Yossi Lev, Victor Luchangco, Mark Moir, Daniel Nussbaum
- Computer ScienceASPLOS XII
- 23 October 2006
TLDR
Obstruction-free synchronization: double-ended queues as an example
- M. Herlihy, Victor Luchangco, Mark Moir
- Computer Science23rd International Conference on Distributed…
- 19 May 2003
We introduce obstruction-freedom, a new nonblocking property for shared data structure implementations. This property is strong enough to avoid the problems associated with locks, but it is weaker…
Early experience with a commercial hardware transactional memory implementation
- D. Dice, Yossi Lev, Mark Moir, Daniel Nussbaum
- Computer ScienceASPLOS
- 1 March 2009
TLDR
Hybrid NOrec: a case study in the effectiveness of best effort hardware transactional memory
- Luke Dalessandro, François Carouge, Michael F. Spear
- Computer ScienceASPLOS XVI
- 5 March 2011
TLDR
Wait-Free Algorithms for Fast, Long-Lived Renaming
- Mark Moir, James H. Anderson
- Computer ScienceSci. Comput. Program.
- 1 October 1995
A Lazy Concurrent List-Based Set Algorithm
- S. Heller, M. Herlihy, Victor Luchangco, Mark Moir, William N. Scherer, N. Shavit
- Computer ScienceParallel Process. Lett.
- 12 December 2005
We present a novel “lazy” list-based implementation of a concurrent set object. It is based on an optimistic locking scheme for inserts and removes and includes a simple wait-free membership test.…
Towards formally specifying and verifying transactional memory
- Simon Doherty, L. Groves, Victor Luchangco, Mark Moir
- Computer ScienceFormal Aspects of Computing
- 1 December 2009
TLDR
SNZI: scalable NonZero indicators
- Faith Ellen, Yossi Lev, Victor Luchangco, Mark Moir
- Computer SciencePODC '07
- 12 August 2007
We introduce the SNZI shared object, which is related to traditional shared counters, but has weaker semantics. We also introduce a resettable version of SNZI called SNZI-R. We present…
...
...