Comment Re:C++ already has something better than GC (Score 1) 398
Multi core has been standard several years, even on tablets now. And usually the total load on the system has cores to spare which can run GC without slowing down anything. GC = multi core optimized. native allocation/deallocation = single core optimized.