mathieuancelin / js-repaint-perfs

Playground to test repaint rates of JS libs
http://mathieuancelin.github.io/js-repaint-perfs/
254 stars 111 forks source link

Add elm (0.16.0) implementation #56

Closed toburger closed 8 years ago

toburger commented 8 years ago

Hi Mathieu,

I've created an elm (elm-http) implementation. It's not a single JavaScript library but a whole language ecosystem which compiles into JavaScript. So I let you to decide if you want add it to the table...

Bear in mind, that it is a compile step involved to generate the JavaScript. The compiled script files are committed with the sources, so the code runs OOTB.

I've implemented a naive version but it is super easy to optimize the code just by uncommenting the two (!) lazy functions.

Best regards Tobias