On Thu, Sep 06, 2007 at 08:09:23PM -0700, Dmitry Kakurin wrote:
I consider string manipulation to be one of the places where C++ is a
total disaster. It's way to easy for idiots to do something like this:
a = b + "/share/" + c + serial_num;
where you can have absolutely no idea how many memory allocations are
done, due to type coercions, overloaded operators (good God, you can
overload the comma operator in C++!!!), and then when something like
that ends up in an inner loop, the result is a disaster from a
performance point of view, and it's not even obvious *why*!
Yes, and if you contribute something the shortest time possible, and
it ends up being crap, who gets to rewrite it and fix it? I've seen
too many C++ programs which get this kind of crap added, and it's not
noticed right away (because C++ is really good at hiding such
performance killers so they are not visible), and then later on, it's
even harder to find the performance problems and fix them.
And if git were written in C++, it's precisely the infrequent
contributors (who are in a hurry, who only care about the quick hack
to get them going, and not about the long-term maintainability and
performance of the package) that are be in the position to do the
most damage...
- Ted
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html