luwes / js-diff-benchmark

Simple benchmark for testing your DOM diffing algorithm.
66 stars 5 forks source link

Update udomdiff to its latest #8

Closed WebReflection closed 4 years ago

WebReflection commented 4 years ago

Also thanks to this benchmark, I've realized that optimizing for the final single swap is not really worth the size, and since I've claimed for udomdiff to be the smallest standalone differ out there, I want its size to be competitive with other libraries in here, even if others are not really standalone projects that work out of the box with the DOM.

It'd be great to update both size and performance in the README, even if I'm not expecting much changes in terms of perf (it could be slightly worse, but being around 420 bytes instead of 460 feels right).