Super Fast JSON Parser
I just released a JSON parser under the name of Oj that is 10 to 20 times faster than both the Yajl and JSON::Ext JSON parsers. Check out the gem and the Oj::Doc class. It uses a different API than others and that allows for implementing a parser that is much faster.
A write up of the way Oj was designed is posted in an article as Need for Speed.
Post a comment