Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Array.prototype.slice method vs spread operator

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

Regex testing for whitespace vs trim

No description provided

lodash reject vs filter

No description provided

lodash omit vs filter

No description provided

math standard deviation

No description provided

successive ratios comparison

No description provided

Lodash intersection vs plain js

No description provided

TestsPerf21

No description provided

PerfTest

No description provided

TestsPerf2

No description provided

TestsPerf

No description provided

TestPerf

No description provided

Array.slice vs Array.concat vs Spread operator v2

No description provided

Lodash clone deep performance

No description provided

Lodash clone vs JSON parse stringify

No description provided

addFunction vs classList (multiple)

No description provided

addFunction vs classList

No description provided

Array of objects equivalence (custom vs lodash)

No description provided

Array of objects equivalence (2)

No description provided

Array equivalence

No description provided

equiv arrays 3

No description provided

equivalent arrays

No description provided

Ramda vs. Lodash (Fixed & IIFE updated zero)

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.

groupBy vs map + uniq

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.