>>22
Fuck the shootout shit. C++ is faster at function calls (due to having specific registers reserved for
this instead of always lugging around explicit parameters), faster at anything dispatched than cobbled together C shit, and the template expansions from the STL libs have all sorts of really tight optimizations that you're not going to have in your "yet another shitty variable-size array" implementation.