Hacker News new | ask | show | jobs
by azinman2 4301 days ago
And that's exactly what I'm comparing. This was the shock that came from the same data being loaded into android as ios being over an order of magnitude slower.
1 comments

Interesting. What are you using for object marshalling on iOS? And which json processor are you using on your android benchmark? The referenced library?
Jackson (best performing) vs JSONKit. But Apple's is close enough as well.