Changes between Version 10 and Version 11 of ReviewScheduleLibraries


Ignore:
Timestamp:
Jan 24, 2011, 4:28:49 PM (12 years ago)
Author:
viboes
Comment:

Update lockfree link

Legend:

Unmodified
Added
Removed
Modified
  • ReviewScheduleLibraries

    v10 v11  
    5151 * '''Review Manager:''' Needed
    5252 * '''Expected review date:''' ???
    53  * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost_lockfree-170809.zip&directory=Concurrent%20Programming& Boost Vault] [http://tim.klingt.org/git?p=boost_lockfree.git Git] [http://tim.klingt.org/boost_lockfree Documentation]
     53 * '''Links:''' [http://tim.klingt.org/git?p=boost_lockfree.git;a=snapshot;h=HEAD;sf=tgz Download] [http://tim.klingt.org/git?p=boost_lockfree.git Git] [http://tim.klingt.org/boost_lockfree Documentation]
    5454 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] [#Containers Containers]
    5555 * '''Description:'''  Provides implementations of lock-free data structures. Lock-free data structures can be accessed by multiple threads without the necessity of blocking synchronization primitives such as guards. Lock-free data structures can be used in real-time systems, where blocking algorithms may lead to high worst-case execution times, to avoid priority inversion, or to increase the scalability for multi-processor machines.