php - How can I benchmark the XML parser of my choice? -


i handle huge xml file , go xmlreader. below 3 ways go with, need know 1 fastest. how can know this? planet.xml file located @ http://trash.chregu.tv/planet-big.xml.bz2 in case hat may need it. thank you!

you might want consider php profiling extension:

http://www.php.net/apd

you can examine results pprofp:

http://www.compago.it/php/phpckbk-chp-21-sect-3.html


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -