Back to Projects List

JS Performance

The Performance API is a JavaScript API that provides access to performance-related information for the current page. It allows web developers to measure the performance of their web applications and make optimizations to improve the user experience.

Below is a timing test of the render(...) function that is used by my custom virtual DOM library, Arlo. Arlo is, of course, largely based on the Torus project by Linus Lee.