RSS 2 projects tagged "threading"

Download Website Updated 29 Apr 2009 libpersist

Screenshot
Pop 69.50
Vit 1.00

libpersist is a small library of C++ base classes and templates providing the capability to store and load objects in their entirety across executions. It also provides for object relocation between threads in a NUMA (non-uniform memory access) parallel processing environment. Objects are stored to disk as POD. They are reconstructed when reloaded into memory. Relocation is a special case of persistence, requiring reconstruction after the POD has been moved in memory. After all objects have been relocated, all references to the objects are swizzled (their IDs are resolved to their addresses), so that they can be dereferenced efficiently.

Download Website Updated 24 Aug 2009 The Karoo Project

Screenshot
Pop 25.32
Vit 1.00

The Karoo Project is a framework for making it practical to create distributed applications. "Practical" means that it must do it simply, efficiently, and cheaply. This project provides application management, queuing, and IPC.

Screenshot

Project Spotlight

LibGit2Sharp

A combination of Git and .Net/Mono.

Screenshot

Project Spotlight

pf-kernel

A Linux kernel fork with new features.