Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Lodash clone vs JSON parse stringify

No description provided

Ramda vs. Lodash (Fixed & IIFE updated asc)

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

property assign VS Lodash.set

Compares different approaches to set an object property

slice with indexof vs filter

No description provided

contains vs regex

No description provided

Array loop: forEach vs for vs map vs for of entries

No description provided

Remove item from array by index

No description provided

createElement vs cloneNode vs innerHTML

Faster way to create new dom elements before insertion

Handlebars vs Hogan vs Mustache

No description provided

reduce vs foreach with destructuring

No description provided

reduce vs foreach

No description provided

Lodash sort vs array.prototype.sort - 2

No description provided

typeof x === 'number' vs isNaN(x)

No description provided

forEach vs jQuery each vs for-of

with <link>

var vs let vs const init

No description provided

filter: Native vs Underscore vs Lodash

No description provided

map: Native vs Underscore vs Lodash

No description provided

JQuery new div element with class - 1k reps

Faster way to create new dom elements before insertion with JQuery (+ set class)

JQuery new div element with class

Faster way to create new dom elements before insertion with JQuery (+ set class)

createElement vs cloneNode vs JQuery

Faster way to create new dom elements before insertion

Lodash.countBy vs native code

Lodash.countBy vs native code

array join vs toString js

test

toFixed vs Math.round() 2

No description provided

repeated Math.random() vs crypto.getRandomValues()

No description provided

typeof undefined vs undefined equality check vs double-equal

No description provided

NEW BENCHMARK Your Benchmarks