Benchmark name | When Created |
---|---|
display_quantity_test | 2 months ago |
display quantity test | 2 months ago |
jquery ajax v fetch | 2 months ago |
getAttribute vs dataset (without explicit loop)
Compare setAttribute to dataset |
2 months ago |
jQuery 1.8.3 vs 2.0.3
benchmark 2 different versions of jquery |
2 months ago |
Object compare (raw or stringify) 2 | 2 months ago |
Object compare (raw or stringify) | 2 months ago |
array math.max (3 variants) vs for loop (5 variants)
compare finding the maximum value with Math.max using .apply & using the spread (...) operator, vs a basic for loop with an if statement, a basic foor loop using length caching, a reversed iterate basic loop, a for-of loop, & finally a a Math.max.apply helper function. |
2 months ago |
array math.max (3 variants) vs for loop (4 variants)
compare finding the maximum value with Math.max using .apply & using the spread (...) operator, vs a basic for loop with an if statement, a basic foor loop using length caching, a reversed iterate basic loop, a for-of loop, & finally a a Math.max.apply helper function. |
2 months ago |
array math.max vs for loop variants
compare finding the maximum value with math.max using .apply & using the spread (...) operator, vs a basic for loop with an if statement, a basic foor loop using length caching, a reversed iterate basic loop, & finally a for-of loop |
2 months ago |
12331321 | 2 months ago |
exec vs split | 2 months ago |
query selector speed test | 2 months ago |
testowy benchmark123 | 2 months ago |
last i in Array
myArr.Length vs myArr[i] |
2 months ago |
Lodash merge vs mergedeep 1 | 2 months ago |
Lodash merge vs mergedeep | 2 months ago |
Array.find vs. Map.get 20241610 2
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map |
2 months ago |
Array.find vs. Map.get 20241610
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map |
2 months ago |
Normal function vs Arrow function comparison | 2 months ago |
for vs foreach vs for-const vs for..of
Compare loop performance |
2 months ago |
_.fm vs native.fm latest lodash | 2 months ago |
_.fm vs native.fm | 2 months ago |
useMemo slice | 2 months ago |
Array concat vs spread operator vs push vs spread whole
Compare the new ES6 spread operator with the traditional concat() method and push |
2 months ago |