Projects / Reverse Trace Garbage Colle...

Reverse Trace Garbage Collector for C++

The Reverse Trace Garbage Collector for C++ is a memory manager for C++ that automatically reclaims dynamically allocated objects that are no longer in use. The algorithm is precise and only scans memory blocks when root references are broken (as opposed to scanning the whole stack and heap for unreferenenced blocks). It also reclaims memory incrementally with separate threads so that applications are not paused when it is active.

Tags Software Development Libraries
Licenses MIT/X GPL
Implementation C++

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  26 Dec 2003 06:55
  • Rrelease-after

Changes: This release adds major performance enhancements. Overhead is now approximately double the time for manual heap management. Weak references and a few bugs have been fixed.

  • Rrelease-mid
  •  20 Dec 2003 12:36
  • Rrelease-after

No changes have been submitted for this release.

Rss Recent comments

Rcomment-before 15 Jul 2005 12:00 Rcomment-trans proghelper Rcomment-after

Performance Impact
I am wondering what the impact of performance would be here.

Have there been any objective measures against Java etc?

-----

John Dirk

Programming Consulant

Programming (Assignment/Project) Help

9258dfb926a37d4082ecaef4235ba71c_thumb

Project Spotlight

NeoOffice

An OpenOffice.org port for Mac OS X.

No-screenshot

Project Spotlight

NASM - The Netwide Assembler

80x86 assembler designed for portability and modularity