Tag Archive


activemq amqp benchmark closures crowdcontrol dns gentoo github gnome3 json lighttpd maths message queue mysql nginx node.js nodejs performance php portage programming rabbitmq sessions SOA ssl statistics web workers wordpress zend

Node.js vs PHP Performance – JSON Decoding

In the last article, we saw that when it comes to maths, node.js was nearly 50x faster than PHP. This time, we’re going to look at JSON – a data format at the core of several modern technologies such as node.js and MongoDB. You might expect node.js to be incredibly efficient at JSON encoding/decoding, whereas [… Read More]