JSONKit
JSONKit copied to clipboard
Improving clearCache and mutableObjectFromJSONDataWithParseOptions: performance.
Replacing 1024 memset calls with a single call.
clearCache before:
clearCache after:
mutableObjectFromJSONDataWithParseOptions before
mutableObjectFromJSONDataWithParseOptions after