Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Using Intl NumberFormatter vs String manipulation

No description provided

Intl vs native

No description provided

replace regex global vs replaceAll with string vs replaceAll with regex

No description provided

replace regex global vs replaceAll

No description provided

_.pickBy vs _.filter on array

No description provided

Test Unshift vs push + reverse

No description provided

Object.values VS Object.keys.map 2

No description provided

push vs push.apply vs const push spread vs let push spread vs reassign spread

No description provided

push vs apply.push vs spread

No description provided

Object.entries VS Object.keys.map 2

No description provided

Object.values VS Object.keys.map

No description provided

Lodash.isEqual vs JSON.stringify Equality Comparison for simple objects

Test on isEqual performance

Objects spread vs object assign with large object

Compare the new ES6 spread operator with the traditional Object.assign() method large object

Native isNaN() vs Custom isNaN method

No description provided

Underscore each vs while

No description provided

for vs foreach vs for..of

Compare loop performance

Array concat vs spread operator vs push vs object assign with large array

Compare the new ES6 spread operator with the traditional concat() method and push with large array

Underscore each vs custom while

No description provided

Underscore each vs Native for

No description provided

matchAll vs replace

No description provided

Function vs function() {}

No description provided

Working with dates

Testing going between different formats. First two are going to Dates, last two are for going to times. Each pair is functionally equivalent.

Map vs object for deletions

Checks the performance of deletions and additions to Maps vs objects

Object.hasOwnProperty vs Object in vs Object[] vs Array.indexOf vs Array.includes vs direct coercion

No description provided

Reduce w/ Lowercase vs. Magic Regex

No description provided