Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Remove all children from DOM element

No description provided

Includes/has (Native vs Ramda)

measures the speed of ramda's map vs Array's native map vs lodash map

querySelector(), id vs class

No description provided

querySelector(), document vs nested element

No description provided

indexOf vs findIndex vs for vs while vs indexed - 100 items

No description provided

for vs. object.assign vs spread vs. lodash.clone

No description provided

slice vs replace

No description provided

lodash vs native 2020

No description provided

Math.floor vs alternatives

No description provided

lodash intersectionBy vs array filtering with includes

Return only objects with same id

char index vs charAt() vs slice() for the last character

Compare methods for testing string's last character.

Lodash uniqBy vs Set 10000

No description provided

exception flow control vs. if-else

A comparison between utilizing a thrown exception to control flow vs. an if-else.

parseInt vs Number

No description provided

Клавиатура

No description provided

Direct call vs bind vs call vs apply in classes

No description provided

filter + map vs reduce

No description provided

lodash forEach vs for i loop123123123

No description provided

getElementById vs querySelector vs getElementsByTagName pt. 2

No description provided

templateTag vs html parse

Compare the template tag cloning vs string parse.

Array.prototype.concat vs spread operator vs lodash.concat - variable and constant

Compare the new ES6 spread operator with the traditional concat() method and with the favourite _.concat() method, when an array from a variable is concatenated with an array literal.

lodash assign vs object.assign vs spread operator - variable and constant

Compares the creation of a new object by merging two existing ones using lodash, Object.assign and the spread operator, when merging an object literal with an object from a variable.

Regex testing for whitespace vs trim

No description provided

lodash omit vs filter

No description provided

math standard deviation

No description provided

NEW BENCHMARK Your Benchmarks