Changes between Version 73 and Version 74 of LibrariesUnderConstruction
- Timestamp:
- Sep 20, 2009, 8:23:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v73 v74 517 517 == Boost.!LockFree == 518 518 * '''Author(s):''' Tim Blechmann 519 * '''Version:''' v0. 1520 * '''State:''' 521 * '''Last upload:''' 2009 June 23522 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost_lockfree- 230609.zip&directory=Concurrent%20Programming&PHPSESSID=96307fee8086c06036af42fae790b449Boost Vault]519 * '''Version:''' v0.2 520 * '''State:''' 521 * '''Last upload:''' 2009 August 17 522 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost_lockfree-170809.zip&directory=Concurrent%20Programming& Boost Vault] 523 523 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] 524 524 * '''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.