BIRT 3.7
Written by: Michael Williams
Featured Refcardz: Top Refcardz:
  1. Scrum
  2. Apache Maven 2
  3. Essential MySQL
  4. Node.js
  5. Groovy
  1. jQuery Selectors
  2. Ajax
  3. Java
  4. Spring Config.
  5. Java Concurrency

Link Details

Link 739973 thumbnail
User 311122 avatar

By novoj
via blog.novoj.net
Published: Feb 05 2012 / 10:56

A month ago I had an incident on production that was caused, as I found out later, by poor performance of used JSON parser library. I’ve optimalized the code and got over it but decided to look for another library with better performance characteristics. I searched for some existing benchmarks as found two of them – one is for JSON manipulation on Android and second is thorough serialization test focused on different use-cases than I have. So I decided to write my on microbenchmark copying the use-case I had on the production. There are plenty differencies among JSON libraries regarding their features and resulting performance. So if you want to know my findings continue reading …
  • 15
  • 0
  • 1044
  • 1038

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.