https://github.com/ladyrick/update-dom-test
https://github.com/ladyrick/update-dom-test
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ladyrick/update-dom-test
- Owner: ladyrick
- Created: 2017-10-19T16:33:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T16:37:37.000Z (over 8 years ago)
- Last Synced: 2025-11-14T01:31:48.250Z (7 months ago)
- Language: HTML
- Homepage: https://liuhong12th.github.io/update-dom-test/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Update DOM Test
Use 6 different ways to update a DOM with 200x200 elements.
Then compare their efficiency.
# Conclusion
Change the class of every element seems to be the most efficient way.