mathieuancelin / js-repaint-perfs

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

Add Markojs implementation #127

Open maxmilton opened 6 years ago

maxmilton commented 6 years ago

Recently I've been using a lesser known JS lib, Markojs, and I've had great success with it from a performance perspective. Would be very interesting to see where it slots in against all the other implementations.

Homepage: https://markojs.com Github: https://github.com/marko-js/marko

I've also created an issue in the Markojs repo about the same thing: https://github.com/marko-js/marko/issues/993