Projects tagged ‘parallel’ and ‘threads’


[15 total ]

17 Users
   

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 ... [More] thread transparency, XML extensibility, and a small 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]
Created over 2 years ago.

6 Users
 

Explicit and implicit parallel programming in Haskell, using parallel strategies and annotations.
Created about 1 year ago.

6 Users
 

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

3 Users

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 ... [More] performance without having to be a threading expert. 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]
Created about 1 year ago.

3 Users
 

Software transactional memory: a modular composable concurrency abstraction
Created about 1 year ago.

1 Users
 

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.
Created about 1 year ago.

1 Users

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 ... [More] set of pthread stubs, allowing programs and libraries to portably use pthreads when linked to pthreads and improve single-threaded performance when not linked to pthreads. [Less]
Created over 2 years ago.

0 Users

This extension module is written in pure python and takes advantage of parallel processing using processes instead of system threads. It provides a bidirectional pipe between the parent and the ... [More] child processes via a common protocol, based on twisted's spawnProcess(). Also, it provides a powerful Pool class, allowing parallel processing even easier and 100% twisted-like. [Less]
Created 7 months ago.

0 Users

The HPJPC project is based on the High-Performance Java Platform Computing book by Thomas W. Christopher and George K. Thiruvathukal, which was published by Prentice Hall PTR and Sun Microsystems ... [More] Press (2000) and is no longer in print. We are now making the book and its examples available as a FOSS and Creative Commons effort with a new version of the book expected by Fall 2009. Please do not hesitate to contact George K. Thiruvathukal, George K. Thiruvathukal, with any questions or to help us out! [Less]
Created about 1 year ago.

0 Users

Demonstrate simple example of using BackgroundWorker class to do work on a background thread and then update the GUI in a thread-safe manner.
Created 7 months ago.