Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C++ (http://www.velocityreviews.com/forums/f39-c.html)
-   -   GC libraries for C++ (http://www.velocityreviews.com/forums/t458737-gc-libraries-for-c.html)

n.torrey.pines 11-27-2006 09:26 PM

GC libraries for C++
 
Is there a garbage collector library for C++, perhaps one that works
with the Allocator concept in STL?

I know about Boehm's conservative GC, of course, and I also found
http://www.codeproject.com/cpp/garbage_collect.asp , which aren't
exactly what I'm looking for.


peter koch 11-27-2006 10:32 PM

Re: GC libraries for C++
 

n.torrey.pines skrev:
> Is there a garbage collector library for C++, perhaps one that works
> with the Allocator concept in STL?
>
> I know about Boehm's conservative GC, of course, and I also found
> http://www.codeproject.com/cpp/garbage_collect.asp , which aren't
> exactly what I'm looking for.


I was going to refer you to Boehm. What is wrong with that one? I doubt
it is going to be any better than that.

/Peter



All times are GMT. The time now is 10:54 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57