Changes between Version 85 and Version 86 of LibrariesUnderConstruction
- Timestamp:
- Nov 24, 2009, 1:55:30 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v85 v86 549 549 * '''Version:''' v0.2 550 550 * '''State:''' 551 * '''Last upload:''' 2009 August 17552 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost_lockfree-170809.zip&directory=Concurrent%20Programming& Boost Vault] 551 * '''Last upload:''' 2009 November 24 552 * '''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] 553 553 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] [#Containers Containers] 554 554 * '''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.