Gene's Intrepid Garbage Gathering Library Engine for C++. Uses smart pointers. Allows for run-time selection of garbage collection strategies. Comes with several garbage collectors, & you can write your own.
Be the first to post a text review of Giggle++. Rate and review a project by clicking thumbs up or thumbs down in the right column.
I've released Giggle version 0.7. It's fairly stable now. I've used it for some programming projects. It includes some speed tests (bin/speed) which compare the different garbage collectors to manual malloc/free, new/delete, and to the Boehm collector. The Boehm collector wins, hands-down, on my computers. So Giggle's official recommendation for what garbage collector to use is the Boehm collector. Read more about it in the ``Use Boehm'' section of the Giggle documentation (http://giggle.sourceforge.net/giggle/node3.html). gene
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?