Benchmark name | When Created |
---|---|
Array concat vs spread operator vs push (forEach)
Compare the new ES6 spread operator with the traditional concat() method and push |
3 years ago |
spread vs concat vs unshift (v96)
spread vs concat vs unshift |
3 years ago |
Array constructor vs literal performance, 12345 | 3 years ago |
classListFighter vs classNameFighter | 3 years ago |
Array constructor vs literal performance, corrected | 3 years ago |
Array constructor vs literal performance, using push (10 items) | 3 years ago |
_.difference vs. native | 3 years ago |
_.compact vs filter(Boolean) | 3 years ago |
new Date().toISOString() vs new Date().toLocaleString() | 3 years ago |
for..of against Map.entries vs for..in 2 | 3 years ago |
for..of against Map.entries vs for..in | 3 years ago |
FilterMap vs Map v2 | 3 years ago |
for-in vs object.keys with for loop large obj fixed | 3 years ago |
for-in vs object.keys with for loop fixed | 3 years ago |
Window Perf
Measuring performance of {...window} vs New Proxy(window) |
3 years ago |
aadasdsa
a |
3 years ago |
Create element performance benchmark
Testing the performance of creating the elements using createElement() and appendChild() vs simply setting the innerHTML to a string |
3 years ago |
querySelector from document or from element
Figuring out what's faster, using querySelector from document or from an element closer to the wanted element |
3 years ago |
textContent vs id
textContent vs id |
3 years ago |
caching | 3 years ago |
Array vs Object vs Map vs WeakMap access (1) | 3 years ago |
Array.prototype.concat vs spread operator big arrays
Compare the new ES6 spread operator with the traditional concat() method on big arrays of 2M items |
3 years ago |
remove by splice vs filter array v5
Deletion of an element from an array. |
3 years ago |
remove by splice vs filter array v4
Deletion of an element from an array. |
3 years ago |
remove by splice vs filter array v3
Deletion of an element from an array. |
3 years ago |