Was Joel right about XML being slow?

Posted by Will on Stack Overflow See other posts from Stack Overflow or by Will
Published on 2010-03-30T06:45:57Z Indexed on 2010/03/30 6:53 UTC
Read the original article Hit count: 645

Filed under:
|
|
|

A long time ago Joel explained how various every-day coding things were slow, and this led to XML as a data store being slow: http://www.joelonsoftware.com/articles/fog0000000319.html

Are those every-day coding things - strcat and malloc - still slow in a std::string and dlmalloc world? What else has changed in modern processors and mainstream frameworks?

And is XML still slow? You can't find an RDBMS that doesn't claim some kind of native XML support these days; haven't they got it faster - a single pass to index it for example - yet?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about Performance