Benchmark name When Created
JS Regex vs .startsWith vs .indexOf Jan

fork of https://www.measurethat.net/Benchmarks/Show/975/11/regex-vs-indexof-vs-startswith-vs-substr

3 years ago
Lodash Pick vs compiled pick fn vs loop pick fn 3 years ago
klona vs Lodash cloneDeep

Comparing performance of: Lodash cloneDeep vs Json clone vs RFDC copy vs klona copy

3 years ago
Map .has() only vs .get() only

This is to compare the cost of this pattern ```if (map.has(key)) ``` v/s ```const v = map.get(key); if (v) func1(v);```

3 years ago
Lodash Pick vs compiled pick fn 3 years ago
Lodash Pick vs Native destructuring vs Manual Picks vs pick fn

Compare _.pick vs native destructuring vs manual picks

3 years ago
react-fast-compare vs JSON.stringify Equality Comparison for Shallow Array of Strings.

Test on deep equality performance

3 years ago
|| vs &&

OR(||) vs AND(&&) performance benchmarking with short-circuit

3 years ago
JS array emptiness check

Comparing the performance of array.length and typeof array[0] === "undefined"

3 years ago
Storage Perf 3 years ago
Test for the test

test2

3 years ago
JavaScript spread operator vs cloneDeep 3 years ago
Destructure from Object.seal vs Object.freeze vs normal 3 years ago
Which equals operator (== vs ===) is faster? (string)

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

3 years ago
Array spread (left) vs push

Compare the new ES6 spread operator with the traditional concat() method and push

3 years ago
instanceOf-bitwise 3 years ago
inject styles 3 years ago
Push vs Next index 3 years ago
Split vs RegEx Brackets 3 years ago
DataView vs Uint8Array by bytes vs Native Array 3 years ago
for... in VS Object.keys() VS Object.entries() 3 years ago
Array concat vs spread operator vs push - Assign to same variable name

Compare the new ES6 spread operator with the traditional concat() method and push

3 years ago
for... in VS Object.keys() 3 years ago
Normal vs ?. 3 years ago
Compare the new ES6 spread operator with Ramda assoc (v0.27.1) + assignment 3 years ago

 Create Your benchmarks