Benchmark name | When Created |
---|---|
Function call vs. conditional operator 2 | 9 days ago |
Encode vs Blob v2.1 | 10 days ago |
Encode vs Blob v2 | 10 days ago |
JS Loop Tests
JS Memory Tests |
10 days ago |
Memory Tests
Memory Tests JS |
10 days ago |
MD5 vs JSON.stringify | 10 days ago |
avith find first last of week | 10 days ago |
To dict: 2 iterations vs new array and unique on each iteration inside [2] | 10 days ago |
To dict: 2 iterations vs new array and unique on each iteration inside | 10 days ago |
Avith test date format from string | 10 days ago |
test date compare | 10 days ago |
While loop vs closest one of many on type/id/class | 10 days ago |
Array.from() vs new A
Testing the difference between creating filled arrays. |
10 days ago |
set vs array iteration 100kf | 10 days ago |
set vs array iteration 100k | 10 days ago |
number vs typeof | 10 days ago |
Copy vs JSON | 11 days ago |
Mutate array vs memory efficient map
In memory constrained devices the use of .map() is not always possible. In such places, this should determine whether a mutation is better than creating a new array from scratch while emptying the original array, thus, keeping somewhat the same memory usage. |
11 days ago |
Classnames vs CLSX vs Alternatives (Nov 27, 2023)
Compare CLSX vs Classnames vs an own implementation of creating a template string |
11 days ago |
Array.map vs preallocation ...... | 11 days ago |
string with + vs template literals vs String.concat 4 input | 11 days ago |
Object arrays: findIndex vs for loop vs some
Testing finding an object array via findIndex or by using a for loop or by using some |
11 days ago |
benchmarkname-112312349 | 12 days ago |
benchmarkname-11231234 | 12 days ago |
my own array: indexOf vs includes vs some
performance comparison of ways to find if an array contains a value |
12 days ago |