Browse the latest JavaScript performance benchmarks created by the community.
No description provided
No description provided
By writing javascript web applications It is often common the need to show or hide elements like a div according to the user actions. Is it better to do this by creating and appending the node when it is needed or to create the node on the application start and then just display or hide it? This benchmark is a performance test of this particular use case. In this version, the createAppendDiv was isolated from operations that can be done once, so the test executes just the operations that are really essencial for the test case.
By writing javascript web applications It is often common the need to show or hide elements like a div according to the user actions. Is it better to do this by creating and appending the node when it is needed or to create the node on the application start and then just display or hide it? This benchmark is a performance test of this particular use case. In this version, the createAppendDiv was isolated from operations that can be done once, so the test executes just the operations that are really essencial for the test case.
Testing if replacing using Regex is faster
Compare the new ES6 spread operator with the traditional concat() method and push
Compare the new ES6 spread operator with the traditional concat() method and push
No description provided
No description provided
getElementsByClassName, For i, For of, For each, Some, Every, Map
No description provided
No description provided
Compare Function calls vs Object
This benchmark tests whether the speed or JSON.stringify changes with object size
This benchmark tests whether the speed or JSON.stringify changes with object size
This benchmark tests whether the speed or JSON.stringify changes with object size
No description provided
No description provided
No description provided
fork of https://www.measurethat.net/Benchmarks/Show/975/11/regex-vs-indexof-vs-startswith-vs-substr
fork of https://www.measurethat.net/Benchmarks/Show/975/11/regex-vs-indexof-vs-startswith-vs-substr
No description provided
No description provided
Spread Operator VS Array.prototype.slice() VS Array.prototype.slice(0)
No description provided