Benchmark name When Created
Lodash Chain vs Native vs Lodash && vs Native && vs Flow 4 months ago
For let vs var vs const 4 months 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

4 months ago
parseInt vs Number addition 2 4 months ago
charCode vs === 4 months ago
charAt vs String.fromCharCode 4 months ago
Regex vs split/join 22345654321 4 months ago
Concat vs push(...) for large arrays (100000 up to 5000000)

Comparing the various ways to append to a large array

4 months ago
Concat vs push(...) for large arrays (----)

Comparing the various ways to append to a large array

4 months ago
Traverse Tree Pre-Orderly, Level-Orderly using Array, and Level-Orderly using Linked List 4 months ago
Concat vs push(...) for large arrays (500 up to 50000)

Comparing the various ways to append to a large array

4 months ago
Spread operator vs apply (random json objects 5000)

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

4 months ago
Spread operator vs apply (random json objects)

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

4 months ago
Compare vs compareLocal V2 4 months ago
Compare vs compareLocal 4 months ago
Lodash DifferenceWith vs Pure JS 4 months ago
lodash isNil vs !!aa 4 months ago
Lodash.js vs Nativee 4 months ago
document.documentElement vs document.querySelector("html") 4 months ago
Lodash.get vs Lodash.property vs native with ? 4 months ago
Sorting for loop vs array.sort 2 4 months ago
Iterators vs Arrays 4 months ago
JavaScript spread operator vs Object.assign performance (clone) 4 months ago
Object.defineProperty vs Object.assign vs Assign to Proxy 4 months ago
spread vs concat vs unshift 2

spread vs concat vs unshift

4 months ago

 Create Your benchmarks