Benchmark name When Created
Date.now() vs new Date().getTime()11 one year ago
Date.now() vs new Date().getTime()1 one year ago
Object.create(null) vs {} / Nullish coalescing assignment one year ago
Object.create(null) vs {} unknown property one year ago
normalize vector - Math.sqrt vs all squared vs all squared 1 one year ago
normalize vector - Math.sqrt vs all squared one year 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 year ago
map vs forEach/push (1000 elements pure - cache) one year ago
map vs forEach/push (1000 elements pure) one year ago
lodash vs native js array comparsion one year ago
Lodash partition vs ES6 (KAP

Comparison of using lodash partition against raw ES6

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

My Spread vs Concat vs unshift vs push

one year ago
Meowww one year ago
forEach.Map.set() vs new Map() one year ago
Getting last element of array with -1 one year ago
Getting last element of array one year ago
manual chars vs char code one year ago
manual chars vs charCode one year 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 year ago
matches vs. dataset one year ago
TreeWalker vs querySelectorAll vs NodeIterator --2 one year ago
Arrays Destructuring one year ago

 Create Your benchmarks