Which is much faster, XMLParser or SimpleXML

Posted by PHPWDev on Stack Overflow See other posts from Stack Overflow or by PHPWDev
Published on 2010-04-09T00:06:50Z Indexed on 2010/04/09 0:13 UTC
Read the original article Hit count: 572

Filed under:
|
|

What do you think guys? I currently using SimpleXML for my entire project, which have average of 250KB in memory usage w/ 500micro seconds processing per execution. I just plan to switch to XMLParser, your advice is much appreciated.

© Stack Overflow or respective owner

Related posts about php

Related posts about xmlparser