Browse the latest JavaScript performance benchmarks created by the community.
No description provided
Test TextEncoder encoding vs simply encoding with a string
iterating over an array to test whether every element satisfies a condition the for loop uses "inlining" (the condition is right there, without an extra function call) the call to every uses the predefined lambda ("cond")
find the best solution for optimize getting selected option
Find the best approach for getting options
No description provided
find best solution for concatenate 4 strings
No description provided
No description provided
No description provided
No description provided
Replace vs Match
No description provided
No description provided
No description provided
Testing some things
No description provided
compare speed for adding text to element
test which selector is better for find element
No description provided
Benchmark of various iteration and diffing strategies over a plain JavaScript-object-as-hash-table vs the ES6 Map data structure
Test speed for create of JQuery object
Test which solution find quicker element
This test will run map, vs foreach on a larger array and make sure you get a modified array
performance test map vs forEach