Benchmark name When Created
Intl.NumberFormat vs toLocalString vs cached Intl.NumberFormat one year ago
round vs trunc vs floor vs toFixed vs parseFloat vs parseInt one year ago
findIndex vs forEach

compare performance of findIndex and forEach in removing the first result in an array

one year ago
Math.random vs Crypto.getRandomValues for 10k values one year ago
Property access: Lodash.get VS ternary dot notation VS optional chaining one year ago
Regex vs substring loop performance one year ago
Sorting for loop vs array.sort one year ago
spred test 2

jkjkjk

one year ago
spred test

jkjkjk

one year ago
Move item in first place unshift vs spread

Move item in first place unshift vs spread

one year ago
Move item in first place spread vs unshift

Move item in first place spread vs unshift

one year ago
instanceof vs typeof 22 one year ago
SetReset vs Copy

SetReset vs Copy

one year ago
Object Comparaison in JS

Object entries converted to string vs json's stringify

one year ago
WeakMap vs Symbol Property v2 one year ago
property check

Object lookup performance

one year ago
URL vs URLSearchParams vs RegExp one year ago
Object Deep Copy (+customs)(+customs)

Produce a deep copy of a Javascript object where nested objects are not simply references to the originals.

one year ago
Array.from vs Spread vs Manual one year ago
Array.prototype.slice vs spread operator (fixed)

Compare the new ES6 spread operator with the traditional slice() method

one year ago
Lodash vs Array vs For Loop iteration one year ago
Which equals operator (== vs ===) is faster with string comparison larger?

Is there a performance benefit to replacing == with ===?

one year ago
Which equals operator (== vs ===) is faster with string comparison?

Is there a performance benefit to replacing == with ===?

one year ago
concat vs spread big objects array one year ago
angular.copy vs JSON.parse(JSON.stringify()) vs structuredClone

FIguring out the performance differences between using the operations in the name on copying an array of objects considering the fact that other methods of copying (slice, concat, etc.) are shallow copies and end up being by reference instead of by value.

one year ago

 New benchmark Your benchmarks