Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

push vs create new and assign

x.push(value) vs x = [...x, value];

jQuery data VS jQuery attr data

No description provided

twe1awe45as32d1aw6d45

No description provided

Ramda vs. Lodash (forked)

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.

forEach vs map large array

No description provided

forEach vs map 4

No description provided

Regex vs .indexOf vs .substr3

Testing some things

Regex vs .indexOf vs .substr

Testing some things

find vs foreach large

No description provided

Array.prototype.concat / spread operator

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

reduce.concat() vs flat() vs concat()

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

Array.from vs Spread Arrays

No description provided

Array.prototype.concat vs spread operator - small arrays

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

Array.prototype.concat vs spread operator (1)

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

date formatter librariess

No description provided

GroupBy vs Reduce

No description provided

PlainJS vs Lodash

No description provided

qqqqssss

aaaaa

Long String equality comparison

No description provided

forEach vs filtermap3

No description provided

.sort() vs Math.min / Math.max

No description provided

forEach vs filtermap2

No description provided

forEach vs filtermap

No description provided

ForEach vs find

No description provided

MapFIlter vs. Reduce

No description provided