Changes between Version 73 and Version 74 of LibrariesUnderConstruction


Ignore:
Timestamp:
Sep 20, 2009, 8:23:03 PM (13 years ago)
Author:
viboes
Comment:

Updating lockfree

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v73 v74  
    517517== Boost.!LockFree ==
    518518 * '''Author(s):''' Tim Blechmann 
    519  * '''Version:''' v0.1
    520  * '''State:'''
    521  * '''Last upload:''' 2009 June 23
    522  * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost_lockfree-230609.zip&directory=Concurrent%20Programming&PHPSESSID=96307fee8086c06036af42fae790b449 Boost 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]
    523523 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]
    524524 * '''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.