Benchmark name | When Created |
---|---|
intersection lodash | 14 days ago |
concat vs unshift vs spread (huge arrays) | 14 days ago |
Lodash vs Set Intersection vs includes vs indexOf (not ordered list) | 14 days ago |
Lodash vs Set Intersection vs includes vs indexOf | 14 days ago |
JS switch vs if/else if 1 condition
Benchmark of the speed difference between using multiple IF statements and an open-ended IF/ELSE IF. |
14 days ago |
set.has vs. array.includes but include converting as well | 14 days ago |
radix sort each base
radix sort base with binary number, octal number, decimal number, hexadecimal, quater of int, half of int |
14 days ago |
dose Lodash _.union vs native Set() | 14 days ago |
dose Array Intersection vs. Set Intersection vs. Lodash part 3 | 14 days ago |
Initializing array with map function - JS version of Python list comprehension
worth to note that the maximum callstack size is exceeded for the first test case (spread operator) with n = 1 million |
14 days ago |
parseInt with binary numbers vs native numbers | 14 days ago |
Lodash Chain vs Native vs Lodash && vs Native && vs Flow | 14 days ago |
For let vs var vs const | 14 days ago |
Initializing array with map function
worth to note that the maximum callstack size is exceeded for the first test case (spread operator) with n = 1 million |
14 days ago |
parseInt vs Number addition 2 | 14 days ago |
charCode vs === | 14 days ago |
charAt vs String.fromCharCode | 14 days ago |
Regex vs split/join 22345654321 | 15 days ago |
Concat vs push(...) for large arrays (100000 up to 5000000)
Comparing the various ways to append to a large array |
15 days ago |
Concat vs push(...) for large arrays (----)
Comparing the various ways to append to a large array |
15 days ago |
Traverse Tree Pre-Orderly, Level-Orderly using Array, and Level-Orderly using Linked List | 15 days ago |
Concat vs push(...) for large arrays (500 up to 50000)
Comparing the various ways to append to a large array |
15 days ago |
Spread operator vs apply (random json objects 5000)
Compare the differing ways you can call a function with arbitrary arguments dynamically |
15 days ago |
Spread operator vs apply (random json objects)
Compare the differing ways you can call a function with arbitrary arguments dynamically |
15 days ago |
Compare vs compareLocal V2 | 15 days ago |