-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Performance
johnezang edited this page Feb 12, 2011
·
8 revisions
JSONKit is specifically designed for very high performance.
- samsoffes / json-benchmarks
- What's the most efficient way of converting a 10 MB JSON response into an NSDictionary?
- Cocoa JSON parsing libraries, part 2
- edog1203: Continuing to be blown away by JSONKit performance. John Engelhart rocks. http://t.co/2dAH5mH - link
- Hunter: Wow, created a test app to look at json-framework vs. JSONKit vs. binary plist parsing. The plist is the fastest but JSONKit is close. - link
- steipete: JSONKit just provides an immersive speed boost if you cache the JSONDecoder object. - link
- steipete: @tolleapps yeah u still using TouchJSON? JSONKit is like 10x faster -)http://t.co/UEVodfQ - link
- steipete: @samsoffes @stig thanks! sb-json was also my bread&butter a while ago, but JSONKit is just rocket fast http://t.co/UEVodfQ - link