RSS 4 projects tagged "lock-free"

Download Website Updated 14 May 2013 Concurrency Kit

Screenshot
Pop 423.94
Vit 28.51

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.

No download Website Updated 26 Feb 2013 liblfds

Screenshot
Pop 85.38
Vit 5.92

liblfds is a portable, lock-free data structure library. Out-of-the-box ports are provided for Linux (user-mode) and Windows (user-mode and kernel-mode) on ARM, x86, and x64, under a variety of toolchains. Currently, the library contains a freelist, queue, ringbuffer, singly-linked list (logical delete only), and a stack. The homepage contains a blog, bugzilla, forum, and mediawiki. The mediawiki contains comprehensive documentation for development, building, testing, and porting. There is no license. You are free to use this code in any way.

Download Website Updated 18 Nov 2012 libLunchbox

Screenshot
Pop 56.99
Vit 1.67

libLunchbox facilitates the development and deployment of multi-threaded applications. It provides OS Abstraction, using utility classes abstracting common operating system features (such as threads, locks, memory maps, shared library loading, and condition variables), high-performance primitives (including thread-safe utilities tuned for performance, such as atomic variables, spin locks, and lock-free containers), and utility classes (including helper primitives which are not in the standard library, such as logging, pools, and random number generation).

No download No website Updated 17 Nov 2012 libdash

Screenshot
Pop 37.31
Vit 1.00

libdash provides generic, efficient multi-threaded data access. It allows data distribution and synchronization in heterogenous environments, implemented by the CoDASH library. The primary use case is the development of task-parallel multi-threaded applications.

Screenshot

Project Spotlight

EJDB

An embedded JSON database engine.

Screenshot

Project Spotlight

Thumbnailator

A thumbnail generation library for Java with a fluent interface.