Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 296 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 296 Bytes

performance-vanillaJS

Vanilla implementation of updating elements at a given frequency to measure performance.

  • Create a table of NxM elements each set to VALUE.
  • Use a timer so that every 100ms the elements in the table are updated (i.e. at 10Hz).

Usage:

  • Open index.html in web browser.