Publication
IPDPS 2009
Conference paper

Optimization techniques for concurrent STM-based implementations: A concurrent binary heap as a case study

View publication

Abstract

Much research has been done in the area of soft-ware transactional memory (STM) as a new programming paradigm to help ease the implementation of parallel applications. While most research has been invested for answering the question of how STM should be imple-mented, there is less work about how to use STM efficiently. This paper is focused on the challenge of how to use STM for efficient and scalable implementations of non-trivial applications. We present a fine-grained STM-based concurrent binary heap, an application of STM for a data structure that is notoriously difficult to parallelize. We describe extensions to the basic STM approach and also the benefits of our proposal. Our results show that the fine-grained STM-based binary heap provides very good scalability compared to the naive approach. Nevertheless, we reach a point where the complexity of some fine-grained techniques do not justify its use for the increase in performance that can be obtained. © 2009 IEEE.

Date

Publication

IPDPS 2009

Authors

Share