F
Fab
Hi !
Maybe somebody has used a GC - I think to Hans Boehm's one, but
other, if any, are welcome -. I need to use a GC in order to program an
interpreter for a functional language. Memory handling would be
otherwise difficult too much. I read that the use of Boehms'GC - well
fit for C - was generally complicated enough and particularly for STL.
I confess I considered to switch to Java for this reason...
But what about SGI hash extension in Java ? What about Boost Spirit or
Graph library ? I don't know. Maybe Java does not provide such packages
?
However I prefer to stay in C++ world :
- save learning time
- produce speed code, using powerful STL and Boost
Please do you have simple examples of GC use :
- in any C++ program,
- in a STL program.
Thanks
Fabrice
Maybe somebody has used a GC - I think to Hans Boehm's one, but
other, if any, are welcome -. I need to use a GC in order to program an
interpreter for a functional language. Memory handling would be
otherwise difficult too much. I read that the use of Boehms'GC - well
fit for C - was generally complicated enough and particularly for STL.
I confess I considered to switch to Java for this reason...
But what about SGI hash extension in Java ? What about Boost Spirit or
Graph library ? I don't know. Maybe Java does not provide such packages
?
However I prefer to stay in C++ world :
- save learning time
- produce speed code, using powerful STL and Boost
Please do you have simple examples of GC use :
- in any C++ program,
- in a STL program.
Thanks
Fabrice