Skip to content

Instantly share code, notes, and snippets.

@Pretz
Created October 26, 2011 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pretz/1317874 to your computer and use it in GitHub Desktop.
Save Pretz/1317874 to your computer and use it in GitHub Desktop.
JSON Perf on iPhone 4S
2011-10-26 16:08:32.778 JSONPerfTest[2436:707] SBJSON-twitter_public.json 2.083
2011-10-26 16:08:33.919 JSONPerfTest[2436:707] YAJL-twitter_public.json 1.136
2011-10-26 16:08:36.969 JSONPerfTest[2436:707] TouchJSON-twitter_public.json 3.047
2011-10-26 16:08:37.737 JSONPerfTest[2436:707] JSONKit-twitter_public.json 0.765
2011-10-26 16:08:38.685 JSONPerfTest[2436:707] NextiveJson-twitter_public.json 0.946
2011-10-26 16:08:39.493 JSONPerfTest[2436:707] NSJSONSerialization-twitter_public.json 0.806
2011-10-26 16:08:43.699 JSONPerfTest[2436:707] SBJSON-lastfm.json 4.201
2011-10-26 16:08:45.641 JSONPerfTest[2436:707] YAJL-lastfm.json 1.940
2011-10-26 16:08:50.868 JSONPerfTest[2436:707] TouchJSON-lastfm.json 5.224
2011-10-26 16:08:52.104 JSONPerfTest[2436:707] JSONKit-lastfm.json 1.234
2011-10-26 16:08:53.677 JSONPerfTest[2436:707] NextiveJson-lastfm.json 1.570
2011-10-26 16:08:54.708 JSONPerfTest[2436:707] NSJSONSerialization-lastfm.json 1.028
2011-10-26 16:08:57.783 JSONPerfTest[2436:707] SBJSON-delicious_popular.json 3.072
2011-10-26 16:08:59.217 JSONPerfTest[2436:707] YAJL-delicious_popular.json 1.431
2011-10-26 16:09:03.474 JSONPerfTest[2436:707] TouchJSON-delicious_popular.json 4.254
2011-10-26 16:09:04.663 JSONPerfTest[2436:707] JSONKit-delicious_popular.json 1.187
2011-10-26 16:09:06.062 JSONPerfTest[2436:707] NextiveJson-delicious_popular.json 1.395
2011-10-26 16:09:07.061 JSONPerfTest[2436:707] NSJSONSerialization-delicious_popular.json 0.996
2011-10-26 16:09:09.294 JSONPerfTest[2436:707] SBJSON-yelp.json 2.228
2011-10-26 16:09:10.505 JSONPerfTest[2436:707] YAJL-yelp.json 1.208
2011-10-26 16:09:13.864 JSONPerfTest[2436:707] TouchJSON-yelp.json 3.356
2011-10-26 16:09:14.773 JSONPerfTest[2436:707] JSONKit-yelp.json 0.906
2011-10-26 16:09:15.875 JSONPerfTest[2436:707] NextiveJson-yelp.json 1.100
2011-10-26 16:09:16.655 JSONPerfTest[2436:707] NSJSONSerialization-yelp.json 0.778
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment