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
- Host: GitHub
- URL: https://github.com/localvoid/vsync
- Owner: localvoid
- License: bsd-2-clause
- Created: 2014-10-24T13:49:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T13:49:42.000Z (over 11 years ago)
- Last Synced: 2025-01-25T06:25:20.824Z (about 1 year ago)
- Language: Dart
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.