Live data from Hacker News

Things which aren't magic – JSONP

ains.co

1–4 of 4 posts

Re: Things which aren't magic – JSONP

#3
Sadly JSONP continues to flourish and so requires substantial work to get some semblance of good performance for large datasets. JSC explicitly checks all program code for the common JSONP idioms and pushes them down a completely different execution path (that is equivalent to simply calling JSON.parse) :-/