Hacker News new | ask | show | jobs
by ryanpetrich 5539 days ago
iOS's JavaScript engine and version of WebKit is single-threaded; dual core won't help (this isn't strictly true, but there's a global lock that they both acquire). No support for WebWorkers either

Perhaps Android is better in this regard?