Benchmark name | When Created |
---|---|
isArray property check
Can you beat it? |
one year ago |
forloop performance test
save length of the array in the variable vs get it the loop |
one year ago |
Array concat vs spread operator vs push + spread 2023-08-21
Compare the new ES6 spread operator with the traditional concat() method and push |
one year ago |
Replace String vs Replace Regex | one year ago |
set vs array lookup | one year ago |
Array cloning 2023 (2)
Comparing array cloning methods |
one year ago |
Array cloning 2023
Comparing array cloning methods |
one year ago |
React: useMemo vs inline computation | one year ago |
useMemo vs plain length check | one year ago |
nested function test | one year ago |
eval vs json parse only, no var declaration (extremely long identical input)
Evaluates eval vs json parse only, without any declaration of a variable. |
one year ago |
eval vs json parse only, no var declaration (long identical input)
Evaluates eval vs json parse only, without any declaration of a variable. |
one year ago |
pushing large array vs destructuring | one year ago |
Add new array to array: push vs concat | one year ago |
Add new array to array: push vs destructuring | one year ago |
eval vs json parse only, no var declaration (identical input)
Evaluates eval vs json parse only, without any declaration of a variable. |
one year ago |
eval vs json parse only, no var declaration
Evaluates eval vs json parse only, without any declaration of a variable. |
one year ago |
eval vs json parse only
Evaluates eval vs json parse only, not declaration of a variable within eval. |
one year ago |
Object.fromEntries vs reduce (real object) | one year ago |
Add new element to array - unshift vs destructuring
Comparing performance of: spread operator vs Push |
one year ago |
Lodash partition vs ES6 for..of partition
Comparison of using lodash partition against raw ES6 using for..of loop |
one year ago |
Traditional vs For Each Loop
For Each Loop |
one year ago |
Array filter vs. for loops with for of | one year ago |
Array filter vs. for loop - with for of | one year ago |
Array.includes vs String.includes vs Object Hashmap vs Set vs Array.indexOf (Testing unique 0...N)
Matching a string against more than one possibility. |
one year ago |