Projects / Garbage Collection Library ...

Garbage Collection Library for C++

LibGC is a small, fast, portable, multi-threaded garbage collection library for C++. It is highly customizable, as it can be multithreaded or single threaded, and the memory size to use for the collector may be changed at compile time. It is precise, as it only scans pointers that exist as members on the stack or as global variables. It's very easy to use, since it has only two classes, Object (the base class for garbage-collected objects) and Pointer (for garbage-collected pointers).

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  21 Jun 2005 03:08

No changes have been submitted for this release.

Screenshot

Project Spotlight

ShoutDone

A powerful task management system.

Screenshot

Project Spotlight

lftp

A sophisticated command line based file transfer program.