On Thu, Oct 3, 2013 at 1:50 AM, Joachim Durchholz <[email protected]> wrote: > Am 03.10.2013 07:46, schrieb Ondřej Čertík: [...] >>> Garbage management is a real issue in C++. >> >> >> Currently I use reference counting. I don't see any issue --- can you >> elaborate >> on what you mean? > > > See http://www.hpl.hp.com/personal/Hans_Boehm/gc/issues.html for issues with > and around the BDW collector. > > There's also the seminal Zorn paper "Memory Allocation Costs in Large C and > C++ Programs" at > http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=6E5ECAB5D093601BF25863BDECEC9821?doi=10.1.1.89.6277&rep=rep1&type=pdf
I see, thanks for the pointers. They are a bit old, so maybe things have improved since then. In any case, I feel reference counting is more robust/predictable, so that's what I currently use in CSymPy, so there is no problem. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
