Description
"new[] isn't always better", aka "Don't trust your compiler". During a code optimization exercise we very slowly discovered that a seemingly innocent C++ 'new double[n]' construct was up to a factor of ten slower than an archaic 'malloc'.
Speaker
Jan Justinus Keijser