Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

for, for of, forEach, and reduce. Each with and without reduced variable re-declarations.

Compare loop performance

test123cro

test

Lodash union vs. ES6 Set

No description provided

JavaScript spread operator vs Object.assign performance (empty object)

No description provided

Lodash Intersection vs. ES6 includes

No description provided

JavaScript spread operator vs Object.assign with empty obj performance

No description provided

Object.assign vs spread operator 222

No description provided

for/of vs Array loop vs foreach vs map

Based on: https://www.measurethat.net/Benchmarks/Show/2090/0/array-loop-vs-foreach-vs-map

void vs typeof

No description provided

regular function vs arrow function

No description provided

Some vs Find vs Filter

No description provided

substr vs endsWith

Measure the performance diff between substr with negative index and endsWith

Lodash get vs Javascript

Lodash get vs Javascript

If vs obj to sort

No description provided

Lodash.isEqual vs JSON.stringify Equality Comparison for Shallow Array of Strings., Volto specific

Test on isEqual performance

Array loop vs foreach vs map - maks test

No description provided

lodash groupBy vs Array.reduce 2

No description provided

testasd123wdac

testasd

getElementById vs querySelector vs getElementsByTagName

No description provided

Javascript: reduce VS for (modified)

Compare the "reduce" method with the "for" iteration method. Use case: There is an array with different numbers, we will compare the performance between the two methods to find the quantity of numbers greater than zero in the array list.

Javascript: reduce VS for

Compare the "reduce" method with the "for" iteration method. Use case: There is an array with different numbers, we will compare the performance between the two methods to find the quantity of numbers greater than zero in the array list.

[sited] Lodash vs native reduce

No description provided

[sited] Lodash vs native find

No description provided

[sited] Lodash vs native filter

No description provided

[sited] Lodash vs native map

No description provided