localvoid / vdom-benchmark

Virtual DOM diff/patch benchmark
BSD 2-Clause "Simplified" License
49 stars 10 forks source link

Updated Bobril version. Last? speedup... #6

Closed Bobris closed 9 years ago

Bobris commented 9 years ago

Hi, next update of Bobril. Unfortunately I cannot build vdom-benchmark on my machine because dependencies to vdom and liquid are "local".

localvoid commented 9 years ago

Sorry about dependencies, I'll make them to point to some static versions with the next liquid release.

localvoid commented 9 years ago

Insane performance :+1:

Bobris commented 9 years ago

Thanks. I wasn't expecting it so big, but basically I just removed "backpointer" from DOM to vdom. (I had to slowdown a little bit handling of events though, but it looks like it pays off).

Bobris commented 9 years ago

Did you tried IE11 in that VDOM is still like 6 times faster then Bobril. And I don't have a clue why ...

localvoid commented 9 years ago

No, I've tried it only in Firefox and Chrome. I thought that vdom will be way much worse in IE :)