Benchmark name When Created
indexOf > -1 x indexOf != -1 11 months ago
Lodash uniqBy vs Native 11 months ago
Ransom classes with className vs classList 11 months ago
JavaScript spread operator vs Object.assign performance 3000 11 months ago
slice VS splice VS shift: who is the fastest to remove multiple items

100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower

11 months ago
New Array - Array.prototype.slice vs spread operator

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

11 months ago
Closures vs Calls (with setup incl) 11 months ago
spread vs concat vs unshift vs flat v2 11 months ago
spread vs concat vs unshift vs flat 11 months ago
Closures vs Calls 11 months ago
Lodash.js vs Native test23

asd

11 months ago
Lodash.js vs Native test2

asd

11 months ago
JS Regex vs .startsWith

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

11 months ago
Map vs JSON

Map vs JSON

11 months ago
Alphanumeric String test 2

Check if a string only contains alpha-numeric characters.

11 months ago
Alphanumeric String test 1

Check if a string only contains alpha-numeric characters.

11 months ago
count the number of occurrences in array

Count the number of times each item appears in the array

11 months ago
count the number of occurrences in array

Count the number of times each item appears in the array

11 months ago
object.keys + lookup + for loop vs. object.entries.forEach

Compares the speed of getting an array of keys and looking up the object values with those keys (in a loop) with simply calling `.forEach` on `object.entries()`

11 months ago
set.has vs. Object key 11 months ago
buffer operations 11 months ago
Push vs spread LA2 11 months ago
Push vs spread LA 11 months ago
ㅇㅇㅇㅇㅇㅇㅇㅇㅇ 11 months ago
Lodash uniq vs Object unique keys vs Set 11 months ago

 New benchmark Your benchmarks