Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Object.keys vs Object.entries vs Object.values for determining size

For measuring the fastest way to measure a length of an object

Lodash vs native sortBy (ascending only)

No description provided

_.sortBy vs native multiple property sort

No description provided

RegEx.test vs. String.includes vs. for

No description provided

JS: append vs appendChild multi

No description provided

native find vs underscore _.find asdfasdf

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

Lodash cloneDeep vs freeze RTSOFT

No description provided

latest hash-sum vs object-hash vs JSON (with array)

Comparing performance of: Sum vs Object-hash vs JSON.stringify

test modify reference vs Object destructing

reference vs Object destructing which high performance

Measuring impact of closures

No description provided

split.includes vs regex boundary

No description provided

includes + toLocaleLowerCase vs RegExp + i

No description provided

regex vs isInteger

No description provided

filter vs for..of vs for (i = 0..) vs preallocate

No description provided

Umbrella JS vs Jquery (update 2)

Oops I made a typo in the benchmark that affects results! Please ignore "Umbrella JS vs Jquery (update 1)"

Umbrella JS vs Jquery (update 1)

No description provided

Deduplicate 3

Fixed another typo

Deduplicate 2

Fixed typo

Deduplicate

No description provided

Lodash vs. Set Intersection on pre-existing sets

No description provided

JS startsWith vs split upgraded

fork of https://www.measurethat.net/Benchmarks/Show/975/11/regex-vs-indexof-vs-startswith-vs-substr

test forEach and push vs map unshift 2

test forEach and push vs map unshift

Array Indexation vs. Array Access

Checks whether it is faster to index an array before using it, or just using it as is, when few reads are involved

filter vs for..of

No description provided

Set vs Map

No description provided