Download List

Descripción del Proyecto

Concurrency Kit provides a plethora of concurrency primitives and lock-less and lock-free data structures designed to aid in the design and implementation of high performance scalable concurrent systems. It was designed to minimize dependencies on operating system-specific interfaces, and most of the interface relies only on a strict subset of the standard library and more popular compiler extensions.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-20 08:10 Back to release list
0.2.13

Esta versión incluye una corrección para ck_ring_dequeue_spmc para usuarios de versiones de GCC mayor de 4.2 X y los usuarios de LLVM con compiladores, una corrección a ck_pr_store_double para x86_64 cuando se trata con argumentos constantes (causados errores de compilación) y rips a ck_backoff_eb.
This release includes a bugfix to ck_ring_dequeue_spmc for users of versions of GCC greater than 4.2X and users of LLVM-backed compilers, a bugfix to ck_pr_store_double for x86_64 when dealing with constant arguments (caused compilation failures), and rips out ck_backoff_eb.

Project Resources