Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Lodash vs Set Intersection vs includes vs indexOf (not ordered list)

No description provided

Lodash vs Set Intersection vs includes vs indexOf

No description provided

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.

set.has vs. array.includes but include converting as well

No description provided

radix sort each base

radix sort base with binary number, octal number, decimal number, hexadecimal, quater of int, half of int

dose Lodash _.union vs native Set()

No description provided

dose Array Intersection vs. Set Intersection vs. Lodash part 3

No description provided

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

parseInt with binary numbers vs native numbers

No description provided

Lodash Chain vs Native vs Lodash && vs Native && vs Flow

No description provided

For let vs var vs const

No description provided

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

parseInt vs Number addition 2

No description provided

charCode vs ===

No description provided

charAt vs String.fromCharCode

No description provided

Regex vs split/join 22345654321

No description provided

Concat vs push(...) for large arrays (100000 up to 5000000)

Comparing the various ways to append to a large array

Concat vs push(...) for large arrays (----)

Comparing the various ways to append to a large array

Traverse Tree Pre-Orderly, Level-Orderly using Array, and Level-Orderly using Linked List

No description provided

Concat vs push(...) for large arrays (500 up to 50000)

Comparing the various ways to append to a large array

Spread operator vs apply (random json objects 5000)

Compare the differing ways you can call a function with arbitrary arguments dynamically

Spread operator vs apply (random json objects)

Compare the differing ways you can call a function with arbitrary arguments dynamically

Compare vs compareLocal V2

No description provided

Compare vs compareLocal

No description provided

Lodash DifferenceWith vs Pure JS

No description provided