Benchmark name When Created
md5 vs fasthash one year ago
Md5 Comparison one year ago
charCodeAt vs [] comparison one year ago
Lodash cloneDeep vs structuredClone vs naive JSON.stringify vs produce

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

one year ago
getAverage for loop vs reduce one year ago
for..of / forEach one year ago
for / forEach one year ago
For loops methods benchmark one year ago
clientWidth vs offsetWidth vs scrollWidth one year ago
find vs findIndex (Array prototype methods) vs indexOf

Measuring which is faster

one year ago
array element access

Try different ways of accessing an array element

one year ago
Multiple substrings one year ago
JavaScript merge properties (huge object) one year ago
test: number to string one year ago
number to string one year ago
String vs '' one year ago
String vs '' + one year ago
indexOf vs multiple === vs object selection one year ago
ternary vs object selection one year ago
indexOf vs multiple === one year ago
Array fill map, vs while loop

People tend to use array fil and then foreach, we know foreach is faster than a for loop, but is it also faster if you use array fill first?

one year ago
Bitwise vs modulo one year ago
innerHTML vs innerText vs textContent 3

blah blah

one year ago
Lodash.get vs Lodash.property vs native test one year ago
round vs trunc vs floor vs parseInt one year ago

 Create Your benchmarks