Are Web Applications Ready for Parallelism?

作者:Radoi Cosmin*; Herhut Stephan; Sreeram Jaswanth; Dig Danny
来源:ACM Sigplan Notices, 2015, 50(8): 289-290.
DOI:10.1145/2688500.2700995

摘要

In recent years, web applications have become pervasive. Their backbone is JavaScript, the only programming language supported by all major web browsers. Most browsers run on desktop or mobile devices with parallel hardware. However, JavaScript is by design sequential, and current web applications make little use of hardware parallelism. Are web applications ready to exploit parallel hardware? We answer the question in two steps: First, we survey 174 web developers about the potential and challenges of using parallelism. Then, we study the performance and computation shape of a set of web applications that are representative for the emerging web. Our findings indicate that emerging web applications do have latent data parallelism, and JavaScript developers' programming style is not a significant impediment to exploiting this parallelism.

  • 出版日期2015-8