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

https://github.com/ladyrick/update-dom-test


https://github.com/ladyrick/update-dom-test

Last synced: 4 months ago
JSON representation

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.