Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Split vs Regex

No description provided

Concat, Slice, Join

No description provided

lodash merge vs asign

No description provided

Cilq Ramda vs. Lodash 1

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.

Ponder

xxx

String template vs join

No description provided

imperative-prop-selector4

No description provided

imperative-prop-selector3

No description provided

eval vs json parse (working)

No description provided

imperative-prop-selector

No description provided

xotahal - map

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

LoDash Omit vs Destructured undefined

Testing LoDash's omit function against Destructured undefined

Regex removing whitespace vs trim

testing removing beginning and end whitespace vs trim

slice vs substr vs substring (with no end index but longer)

Compares slice, substr and substring to each other when there is only a start index

findIndex vs map & indexOf

No description provided

Test on isEqual performance with array of objects and customiser

No description provided

Test on isEqual performance with array of objects

No description provided

Array filling

No description provided

slice vs concat

No description provided

Date parse vs new Date inside sort

Sorting by date inside complex data

lodash vs json

lodash vs json

Filter unique, lodash vs Set vs filter()

No description provided

Filter unique, Set vs filter()

No description provided

Lodash _.union vs native Set() vs Concat & filter

No description provided

lodash.merge vs object.assign vs spread

No description provided