Changes between Version 13 and Version 14 of LibrariesUnderConstruction


Ignore:
Timestamp:
Jan 3, 2009, 9:22:57 PM (14 years ago)
Author:
viboes
Comment:

Adding STM

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v13 v14  
    543543
    544544---------------------------------------------------------------------------------------------------
     545== STM  ==
     546 * '''Suggested by:''' Vicente J. Botet Escriba 
     547 * '''Description:''' Transactional memory (TM) is a recent parallel programming concept which reduces challenges found in parallel programming. TM offers numerous advantages over other synchronization mechanisms.
     548
     549---------------------------------------------------------------------------------------------------
    545550== !ThreaderJoiner  ==
    546551 * '''Suggested by:''' Vicente J. Botet Escriba 
     
    595600 * [#Boost.Fiber Fiber]
    596601 * [#Poet Poet]
     602 * [#STM STM]
    597603 * [#Sync Sync]
    598604 * [#ThreaderJoiner ThreaderJoiner]
     
    652658 * [#Boost.Mirror Mirror]
    653659 * [#Boost.Reflection Reflection]
     660 * [#STM STM]
    654661
    655662---------------------------------------------------------------------------------------------------