JSONKit icon indicating copy to clipboard operation
JSONKit copied to clipboard

Improving clearCache and mutableObjectFromJSONDataWithParseOptions: performance.

Open roustem opened this issue 11 years ago • 0 comments

Replacing 1024 memset calls with a single call.

clearCache before: clearCache before

clearCache after: clearCache after

mutableObjectFromJSONDataWithParseOptions before mutableObjectFromJSONDataWithParseOptions before

mutableObjectFromJSONDataWithParseOptions after mutableObjectFromJSONDataWithParseOptions after

roustem avatar May 10 '13 19:05 roustem