Benchmark name | When Created |
---|---|
jQ vs vanilla | 5 months ago |
frozen and normal object | 5 months ago |
Array.length in loop VS Array.length out of loop | 5 months ago |
Find the fastest median
Fastest array median |
5 months ago |
Proxy object
Object vs Proxy |
5 months ago |
Array splice is slow | 5 months ago |
Object.create vs constructor | 5 months ago |
slice vs split vs substring (with start and end)
Compares slice, substr and substring to each other when there is only a start index |
5 months ago |
benchmark pow | 5 months ago |
bignumber.js vs. big.js vs. decimal.js in 2024-05-03
- https://github.com/MikeMcl/bignumber.js/tree/v9.0.0 - https://github.com/MikeMcl/big.js/tree/v5.2.2 - https://github.com/MikeMcl/decimal.js/tree/v10.2.0 |
6 months ago |
lodash merge vs lodash/fp merge vs custom merge vs spread vs ramda merge | 6 months ago |
lodash merge vs lodash/fp merge vs custom merge vs spread | 6 months ago |
remove undefined from object. entries.filter vs for of vs for in | 6 months ago |
empty string 3
Different ways of checking if string is empty |
6 months ago |
for loops 2024-05-30
Test different loops |
6 months ago |
Array.from() vs new Array() vs []
Testing the difference between creating filled arrays. |
6 months ago |
test for of and flatMap | 6 months ago |
for of vs flatmap vs reduce 2 | 6 months ago |
for of vs flatmap vs reduce | 6 months ago |
date formatter libraries vs native | 6 months ago |
localCompare vs Intl.Collator | 6 months ago |
in vs hasOwn
Object lookup performance Comparing performance of: in vs hasOwn |
6 months ago |
Binary search in sorted 100k int array | 6 months ago |
loop options performance | 6 months ago |
flatMap vs reduce vs loop performance (version: 1) | 6 months ago |