XML/JSON parsing trick and benchmark(blog.netguru.co)
blog.netguru.co
XML/JSON parsing trick and benchmark
http://blog.netguru.co/post/54586779431/xml-json-parsing-trick
3 comments
I don't understand this post or why it is upvoted. Where's the trick? What does the trick do? It feels like half of the post is missing.
The trick is writing something completely uninteresting and getting people to talk about it on HN anyway.
It seems like it boils down to use oj[0] as a parser I think...
[0] https://github.com/ohler55/oj
[0] https://github.com/ohler55/oj
That's not a trick. That's "use a faster library".
I guess the trick might be "always profile, because performance bottlenecks might not be where you expect".
I guess the trick might be "always profile, because performance bottlenecks might not be where you expect".
I'd like to see jackson[1] added into this comparison, just to have something to compare them with.
[1] http://wiki.fasterxml.com/JacksonHome
[1] http://wiki.fasterxml.com/JacksonHome
[deleted]