Benchmark name When Created
JavaScript Large Array Copy

Testing the results for the fastest approach of shallow copying an array in JavaScript.

2 months ago
_.isEqual vs === for string comparison 2 months ago
array.includes vs if && vs ternary if && 2 months ago
array.includes vs if && 2 months ago
html encode 3 2 months ago
html encode 2 2 months ago
html encode 2 months ago
RegEx.test vs. String.includes vs. String.match db2 2 months ago
RegEx.test vs. String.includes vs. String.match db 2 months ago
Array.splice vs Array.filter V223

Test a speed difference between these 2 approaches

2 months ago
For Loop VS Filter Map 2 months ago
length - 1 vs pop vs shift 2 months ago
BC just a quick test of jq vs native map

benchmark different versions of jquery

2 months ago
fractional math pow vs multiply 2 months ago
Object.fromEntries vs Map 2 months ago
Some vs Find2 2 months ago
flatmap: lodash vs native 2 months ago
native reverse find vs native array findLast vs for loop find

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

2 months ago
Finding the Fastest Clamp

Generates a list of random numbers between -1.5 and +1.5 then loops through the list with each function. Functions that uses branches should have more variance in speed since they can potentially exit early. Functions that use arithmetic should have little to no variance but do more computation.

2 months ago
Dynamic Set vs Object vs Map 2 months ago
Set vs Array Privilege Check 2 months ago
regex.test vs. array.includes 2 months ago
instanceof vs typeof vs !!value 2 months ago
instanceof vs typeof vs !! 2 months ago
Map.has vs Object hasOwnProperty vs direct check v2

Lookup of map vs object

2 months ago

 Create Your benchmarks