> > This is the wrong question to ask > I wanted to write 'good enough' but then I discarded it since its too broad term. It was a mistake.
I was wondering, whether there will ever be so well rounded GC, that ... "reference counting, manual allocation / freeing and all that c++ stuff will be obsolete." Dne čtvrtek 26. května 2016 17:46:00 UTC+2 Yichao Yu napsal(a): > > On Thu, May 26, 2016 at 11:41 AM, Ford Ox <[email protected] <javascript:>> > wrote: > > I wonder there will be ever be so fast Garbage Collector, that reference > > counting, manual allocation / freeing and all that c++ stuff will be > > obsolete... > > . As I mentioned already, a tracing > GC is usually much faster (in throughput) than any other GC techniques > that I know of (except not freeing memory). Even the simple GC julia > has outperform the best malloc implementation I can find by a large > margin. > > The right GC techniques to use is usually a trade off between > throughput and latency. >
