TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Things which aren't magic – JSONP

12 pointsby ainsejabout 10 years ago

3 comments

olliejabout 10 years ago
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) :-/
malftabout 10 years ago
Now run two fetches at the same time, and watch it get the data mysteriously mixed up 0.1% of the time.
knowbodyabout 10 years ago
simple and clear! what's next?