On Saturday, 25 February 2012 at 22:08:31 UTC, Paulo Pinto wrote: > Most standard compiler malloc()/free() implementations are > actually slower than most advanced GC algorithms. Explicit allocation/deallocation performance is not that significant, main problem is they are unreliable at runtime.