Benchmark name When Created
Date.now() vs new Date().getTime()1 one month ago
Object.create(null) vs {} / Nullish coalescing assignment one month ago
Object.create(null) vs {} unknown property one month ago
normalize vector - Math.sqrt vs all squared vs all squared 1 one month ago
normalize vector - Math.sqrt vs all squared one month ago
new Map vs Array.from vs spread operator

What is faster creating new Map once and getting array from it repeatedly or create new Array once and get new Map repeatedly?

one month ago
map vs forEach/push (1000 elements pure - cache) one month ago
map vs forEach/push (1000 elements pure) one month ago
lodash vs native js array comparsion one month ago
Lodash partition vs ES6 (KAP

Comparison of using lodash partition against raw ES6

one month ago
Var vs Let vs Const Performance II one month ago
const vs let vs var fork one month ago
weakmap vs closure vs private symbols vs private symbol object one month ago
My Spread vs Concat vs unshift vs push

My Spread vs Concat vs unshift vs push

one month ago
Meowww one month ago
forEach.Map.set() vs new Map() one month ago
Getting last element of array with -1 one month ago
Getting last element of array one month ago
manual chars vs char code one month ago
manual chars vs charCode one month ago
Array.prototype.concat vs spread operator vs Array.prototype.push & Array.from

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

one month ago
matches vs. dataset one month ago
TreeWalker vs querySelectorAll vs NodeIterator --2 one month ago
Arrays Destructuring one month ago
response.json() vs JSON.parse() 2-16-24 one month ago

 New benchmark Your benchmarks