Benchmark name When Created
Array.map vs preallocation ckck 11 months ago
Object Deep Copy 2024

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

11 months ago
jQuery $.each() vs Array.prototype.forEach() 11 months ago
String matching - Regex stripping vs Concatenation of strings 11 months ago
parseInt vs Number conversion test 2 11 months ago
array index vs substring

array index vs substring

11 months ago
RegExp Case Sensitivity 11 months ago
Math.random vs crypto.getRandomValues (reverse order)

Fast and quick test

11 months ago
Lodash cloneDeep vs structuredClone vs JSON.parse + JSON.stringify but with big data

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

11 months ago
Lodash cloneDeep vs structuredClone vs JSON.parse + JSON.stringify

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

11 months ago
Math.pow vs multiplication with decimals and multiple integers 11 months ago
Array.includes vs Set.has vas Json retrive 11 months ago
Array.includes vs Set.has vas Map retrive 11 months ago
Test two string array if it has a matching lowercased string 11 months ago
XHR vs fetch vs axios (no log) 11 months ago
String Array: Includes vs regex test vs indexOf 11 months ago
leftPadtest 11 months ago
filter vs findIndex & splice (Array prototype methods)

Which one is faster

11 months ago
createElement vs Class new 11 months ago
my querySelectorAll data attribute vs class name 2 11 months ago
spread vs idx 11 months ago
Array concat vs spread operator vs push with large arrays with prepared vars

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

11 months ago
Underscore each v native object foreach 11 months ago
Underscore each vs native object foreach 11 months ago
Array concat vs spread operator vs push with large arrays

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

11 months ago

 Create Your benchmarks


;