Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

crypto-subtle

No description provided

Sha512

No description provided

IE11 Object.entries

No description provided

Cash vs Vanilla JS GetID Speed Test2

Comparing speed of getting element by id with jQuery vs Vanilla JS

Reverse array

No description provided

Rambda vs. Lodash

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.

Lodash forOwn vs Native keys and forEach

No description provided

ramda union vs lodash unionWith vs Set for merging without duplicates

No description provided

Lodash MapValue vs Pure JS

No description provided

Array slice vs for loop

No description provided

CssText vs Styling

No description provided

Lodash cloneDeep vs native cloneDeep , fork MapGhost v2

compare array copy/clone methods without shallow copy

Memory Usage

No description provided

Finding the length of a number

No description provided

Splice vs Spread vs Unshift to insert at beginning of array (fixed from slice)

No description provided

Max.max & Math.min vs sort

Checking to see if Math.max/min on a tuple is faster then tuple.sort

Splice vs Spread vs Unshift to insert at beginning of array

No description provided

overhead caused by moment

No description provided

Object.assign vs spread vs Immutable.js operator for settting values

No description provided

regex v includes

No description provided

Search: Array to Map and find vs Array.find

No description provided

Ramda vs. Lodash equality

Compares performance on the same task using Lodash vs Ramda vs Fastest Clone.

jQuery .append() vs .appendTo()

No description provided

concat vs lodash.concat vs destructuring

No description provided

Function Call vs Inline 1

No description provided

NEW BENCHMARK Your Benchmarks