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: 606
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