Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Array.prototype.concat vs push w/ spread operator vs spread operator

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

Lodash omit vs Native delete - Mantz

No description provided

Lodash omit vs Native delete

No description provided

Object.assign vs direct assignment

No description provided

Native filter VS Lodash omit. Second attempt.

Comparing Native filter VS Lodash omit (2 ways)

Fuzzy search with fuzzysearch | Vanilla - Ramda - Lodash

Fuzzy search with fuzzysearch (https://github.com/bevacqua/fuzzysearch) using filter and reduce with Vanilla, Ramda, and Lodash.

Access to Proxy vs Object

No description provided

Optional Chaining plus Nullish Coalescing versus _.get lodash

No description provided

jQuery vs Vanilla JS Selectors

No description provided

jQuery vs Vanilla JS SetText Speed Test (not slim)

No description provided

XHR vs fetch

No description provided

getElementById and getElementsByClassName [0] vs querySelector

Test performance of different ways of get just one particular DOM element

Spread Operator vs Lodash

Answering https://stackoverflow.com/questions/58702513/lodash-clone-array-vs-spread-operator#

set includes vs array includes for two values

Check whether Set look ups are faster than Array includes even when there's only two values

Array.slice vs Array.concat vs Spread operator

No description provided

forEach vs for vs while

Test array forEach, for, while

Lodash.get vs safeGet vs Native

No description provided

getter vs method

No description provided

Ramda vs. Lodash vs Natice (filter, find)

Compares performance on the same tasks using Lodash vs Ramda vs Native.

dict vs set

dict vs set

Math pow and double asterix

No description provided

Ramda sort vs. native sort

No description provided

isNumber vs typeof

lodash vs es6

Push vs Splice

Testing whether Push vs Slice to add an element to the list has a significant performance difference.

toFixed(2) vs Math.floor method

No description provided

NEW BENCHMARK Your Benchmarks