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

update domvm (1.2.4) #70

Closed leeoniya closed 8 years ago

leeoniya commented 8 years ago

this version implements object/vnode pooling, so is 15-20% faster, with lower mem alloc and GC pressure.

leeoniya commented 8 years ago

found some minor bugs with 1.2.4 that don't affect this bench. but will re-pull a fixed 1.2.5 once those are fixed.