An open API service indexing awesome lists of open source software.

https://github.com/localvoid/vsync

Virtual DOM synchronization experiment
https://github.com/localvoid/vsync

Last synced: about 1 year ago
JSON representation

Virtual DOM synchronization experiment

Awesome Lists containing this project

README

          

# VSync - Virtual DOM synchronization experiment

Experiment with combining diff and apply phases of the
[VDom](https://github.com/localvoid/vdom) library into one sync phase.

Couple of simple benchmarks showed that this implementation is
significantly slower.