Benchmark name | When Created |
---|---|
Lodash uniqBy vs Native | one year ago |
JavaScript spread operator vs Object.assign performance 3000 | one year 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 |
one year ago |
New Array - Array.prototype.slice vs spread operator
Compare the new ES6 spread operator with the traditional slice() method |
one year ago |
Closures vs Calls (with setup incl) | one year ago |
spread vs concat vs unshift vs flat v2 | one year ago |
spread vs concat vs unshift vs flat | one year ago |
Closures vs Calls | one year ago |
Lodash.js vs Native test23
asd |
one year ago |
Lodash.js vs Native test2
asd |
one year ago |
JS Regex vs .startsWith
fork of https://www.measurethat.net/Benchmarks/Show/975/11/regex-vs-indexof-vs-startswith-vs-substr |
one year ago |
Map vs JSON
Map vs JSON |
one year ago |
Alphanumeric String test 2
Check if a string only contains alpha-numeric characters. |
one year ago |
Alphanumeric String test 1
Check if a string only contains alpha-numeric characters. |
one year ago |
count the number of occurrences in array
Count the number of times each item appears in the array |
one year 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()` |
one year ago |
set.has vs. Object key | one year ago |
buffer operations | one year ago |
Push vs spread LA2 | one year ago |
Lodash uniq vs Object unique keys vs Set | one year ago |
new TypedArray() vs TypedArray.of() | one year ago |
merging an array. reduce VS join
Tests the speed of merging an array |
one year ago |
for-in Object.hasOwn vs for-of Object.keys | one year ago |
array.includes vs array.indexOf | one year ago |
Split join vs replace long string long string | one year ago |