Member Login

E-mail:    Password:  


Vendor : Microsoft


Email  E-mail this page

Related Content  Related Content

Remember  Remember this item

 

Format: PDF

Date: 02/05/2006


Lock Free Data Structures Using STM in Haskell

WORTHWHILE?

0

0 votes


Overview

This paper explores the feasibility of re-expressing concurrent algorithms with explicit locks in terms of lock free code written using Haskell's implementation of software transactional memory. Experimental results are presented which show that for multi-processor systems the simpler lock free implementations offer superior performance when compared to their corresponding lock based implementations.