Projects tagged ‘library’ and ‘threads’


[7 total ]
210

Glib

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

GLib is the low-level core library that forms the basis of GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.

Metrics updated 14 Oct 08

18

ACE

   
Primary Language: C++ Licensed as: ACE/TAO/CIAOLicense

The ADAPTIVE Communication Environment (ACE) is a freely available, open-source object-oriented (OO) framework that implements many core patterns for concurrent communication software. ACE provides a rich set of reusable C++ wrapper facades and framework components that perform common communication software tasks across a range of OS platforms.

Metrics updated about 2 hours ago

11

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 13 Oct 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 13 Oct 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 13 Oct 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 about 20 hours ago