Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Some vs. Filter vs. findIndex

No description provided

Clone Deep vs JSON Parse

No description provided

Comparison of replacing a class with className, classList.replace and setAttribute

Compares performance of changing the class name through one of the following three interfaces: - Element.className - Element.classList.replace - Element.setAttribute Inspiration originates from "Avoiding the FOUC v3.0": https://www.paulirish.com/2009/avoiding-the-fouc-v3/ Preparation code is based on this test: https://measurethat.net/Benchmarks/Show/54/0/classname-vs-setattribute-vs-classlist

Queue comparison

No description provided

reduce vs map + fromEntries

No description provided

invoke bound function vs invoke closure

No description provided

lodash chain map join vs native map join

No description provided

Math.ceil

No description provided

date to iso comparaison

No description provided

test-lodash-and-native-methods

Test

moment/luxon format

No description provided

Ramda sort vs JS native sort

No description provided

Array.prototype.forEach vs _.each vs jquery each

Compare the new ES6 spread operator with the traditional concat() method

Lodash difference vs Set & Filter

No description provided

splice vs unshift

splice vs unshift to prepend value

split vs for loop

No description provided

Object.keys.length vs JSON.stringify 2

No description provided

Template strings vs. String.concat v2

No description provided

IndexOf vs Includes in string

Banana

Jquery versions Benchmark 3.1.1 vs 3.4.1

Simple benchmark of jQuery versions

Map (Native vs Ramda vs Lodash vs Immutable) with lambda function

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

Lodash isEqual vs Native JS Equality with Array values

No description provided

JS Events

Comparing Various Event Emitter Options

ramda append vs array shallow

No description provided

for in vs reduce vs pick

No description provided

NEW BENCHMARK Your Benchmarks