views:

40

answers:

1

I am looking for open source Software Transactional Memory implementation. A list of such implementations in Java will be helpful. Also please point me to performance benchmark comparisons.

+1  A: 

Deuce STM

multiverse - java based STM implementation

XSTM, XSTM Sourceforge

AtomJava

JVSTM

Dynamic Software Transactional Memory Library 2.0 (to build it yourself)

jitter
Have you used any one of these? Also do you know of any performance benchmarks for these?
Faisal Feroz