Benchmark name | When Created |
---|---|
JS Loop Tests
JS Memory Tests |
one year ago |
Memory Tests
Memory Tests JS |
one year ago |
MD5 vs JSON.stringify | one year ago |
avith find first last of week | one year ago |
To dict: 2 iterations vs new array and unique on each iteration inside [2] | one year ago |
To dict: 2 iterations vs new array and unique on each iteration inside | one year ago |
Avith test date format from string | one year ago |
test date compare | one year ago |
While loop vs closest one of many on type/id/class | one year ago |
Array.from() vs new A
Testing the difference between creating filled arrays. |
one year ago |
set vs array iteration 100kf | one year ago |
set vs array iteration 100k | one year ago |
number vs typeof | one year ago |
Copy vs JSON | one year 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. |
one year ago |
Classnames vs CLSX vs Alternatives (Nov 27, 2023)
Compare CLSX vs Classnames vs an own implementation of creating a template string |
one year ago |
Array.map vs preallocation ...... | one year ago |
string with + vs template literals vs String.concat 4 input | one year 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 |
one year ago |
benchmarkname-112312349 | one year ago |
benchmarkname-11231234 | one year ago |
my own array: indexOf vs includes vs some
performance comparison of ways to find if an array contains a value |
one year ago |
luxon vs datefns vs moment vs Date | one year ago |
set prop on object vs array.push: no extra obj creation | one year ago |
Read Map vs Object | one year ago |