Projects tagged ‘threading’ and ‘threads’


[9 total ]
10

XCB

   
Primary Language: C Licensed as: MIT License

X Window System protocol binding library. Originally for C bindings, but now generalized to several other languages. This is a lightweight replacement for the binding portion of Xlib, featuring thread transparency, XML extensibility, and a small ... [More] and straightforward interface. The version of Xlib currently being distributed by X.Org uses XCB for its transport; this allows XCB and Xlib calls to be freely mixed for ease in porting applications and toolkits. Most of the XCB C code is autogenerated from XML descriptions. (This may be why Ohloh complains about the degree of code commenting.) [Less]

Metrics updated 29 Aug 08

6

Stackless Python

   
Primary Language: Python

Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads. The microthreads ... [More] that Stackless adds to Python are a cheap and lightweight convenience which can if used properly, give the following benefits: * Improved program structure. * More readable code. * Increased programmer productivity. [Less]

Metrics updated 20 Aug 08

5

PM2

 
Primary Language: C Licensed as: GNU General Public License 2.0

PM2 is a low level generic runtime system which integrates multithreading management (Marcel) and a high performance multi-cluster communication library (Madeleine).

Metrics updated 04 Jul 08

1

p52

 
Primary Language: C++ Licensed as: GNU Lesser General Public License 2.1

Metrics updated 29 Aug 08

1

libpthread-stubs

 
Primary Language: C Licensed as: MIT License

libpthread-stubs provides stub functions for pthreads as weak aliases for platforms on which libc does not provide these stubs. Linking to both libc and libpthread-stubs will always provide a full set of pthread stubs, allowing programs and ... [More] libraries to portably use pthreads when linked to pthreads and improve single-threaded performance when not linked to pthreads. [Less]

Metrics updated 29 Aug 08

1

zeroLib

 
Primary Language: C# Licensed as: GNU Lesser General Public License 2.1

A set of all sorts of little libraries I created to aid me in my daily adventures into advanced C# programming. Contains Threading, Collections, Reflection, Serialization, and bits and pieces of other stuff (like winforms and windows).

Metrics updated about 20 hours ago

1

Mandala

 
Primary Language: Java Licensed as: GNU Lesser General Public License 2.1

The project Mandala helps the development of concurrent and/or distributed applications. It is based on the asynchronous reference concept which provide asynchronous and potentially remote method invocation.

Metrics updated 28 Aug 08

1

tbb

 
Licensed as: GNU General Public License 2.0

IntelĀ® Threading Building Blocks (TBB) offers a rich and complete approach to expressing parallelism in a C++ program. It is a library that helps you take advantage of multi-core processor performance without having to be a threading expert. ... [More] Threading Building Blocks is not just a threads-replacement library. It represents a higher-level, task-based parallelism that abstracts platform details and threading mechanism for performance and scalability. [Less]

0

TransactionKit

 
Primary Language: C Licensed as: BSD-ish License

Lockless Multi-Reader, Multi-Writer Transaction Capable Hash Tables

Metrics updated 29 Aug 08