Changes between Version 10 and Version 11 of ReviewScheduleLibraries
- Timestamp:
- Jan 24, 2011, 4:28:49 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewScheduleLibraries
v10 v11 51 51 * '''Review Manager:''' Needed 52 52 * '''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] 54 54 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] [#Containers Containers] 55 55 * '''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.