Affiliation:
1. Chalmers University of Technology, Sweden
Abstract
We present Aplite, a domain-specific language embedded in Haskell for implementing performance-critical functions in client-side web applications. In Aplite, we apply partial evaluation, multi-stage programming and techniques adapted from machine code-targeting, high-performance EDSLs to the domain of web applications. We use Aplite to implement, among other benchmarks, procedural animation using Perlin noise, symmetrical encryption and K-means clustering, showing Aplite to be consistently faster than equivalent hand-written JavaScript -- up to an order of magnitude for some benchmarks. We also demonstrate how Aplite's multi-staged nature can be used to automatically tune programs to the environment in which they are running, as well as to inputs representative of the programs' intended workload.
High-performance computation in the web browser is an attractive goal for many reasons: interactive simulations and games, cryptographic applications and reducing web companies' electricity bills by outsourcing expensive computations to users' web browsers. Similarly, functional programming in the browser is attractive due to its promises of simpler, shorter, safer programs. In this paper, we propose a way to combine the two.
Publisher
Association for Computing Machinery (ACM)
Subject
Computer Graphics and Computer-Aided Design,Software
Reference29 articles.
1. An EDSL approach to high performance Haskell programming
2. P. Antonov. Optimization killers. https://github.com/petkaantonov/ bluebird/wiki/Optimization-killers 2015. P. Antonov. Optimization killers. https://github.com/petkaantonov/ bluebird/wiki/Optimization-killers 2015.
3. E. Axelsson. The imperative-edsl package. http://hackage.haskell.org/ package/imperative-edsl 2015. E. Axelsson. The imperative-edsl package. http://hackage.haskell.org/ package/imperative-edsl 2015.
4. Sunroof: A Monadic DSL for Generating JavaScript
Cited by
2 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Language-integrated updatable views;Proceedings of the 31st Symposium on Implementation and Application of Functional Languages;2019-09-25
2. CalcCheck: A Proof Checker for Teaching the “Logical Approach to Discrete Math”;Interactive Theorem Proving;2018