Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

comparator vs startsWith

comparator vs startsWith

Array.from vs new Set - iterator as argument

No description provided

lodash uniq vs native uniq with long array

No description provided

JS includes() vs regex test on simple string

JS includes() vs regex test on simple string

lodash vs native 1402d89a

No description provided

typeof vs instanceof

No description provided

lodash uniq vs spread new Set() vs Array.from(new Set) medium size

This checks for medium sized duplicated input to contain unique entries

Search words/regexes in string: matchAll vs split

No description provided

Search words/regex in string: matchAll vs split

No description provided

for...of vs for-loop vs find()

Testing the difference between native loops and find()

A lot of nodes...

No description provided

Vanilla JS vs jQuery Selectors - v2 (jQuery 4 beta 2)

Vanilla JS ID Selector vs Vanilla JS Class Selector vs Vanilla JS Query Selector All vs Vanilla JS Query Selector vs Vanilla JS Data Hook vs jQuery ID Selector vs jQuery Class Selector vs jQuery Data Hook Selector

no return vs return vs return undefined

No description provided

String comp

No description provided

for-in vs object.keys MT

No description provided

Reflect.apply vs Function.prototype.apply

No description provided

Reassignment of Var vs Const vs Let

No description provided

Set has vs object key vs in object

performance comparison of ways to find if an array contains a value

stringify vs join vs string vs tostring

No description provided

Count string period occurrence

No description provided

if-else vs switch dynamic

No description provided

if-else vs switch short

No description provided

insertRule vs textContent

No description provided

.map vs for loop vs for loop cached vs for of

No description provided

endsWith vs at vs trimEnd vs Regex

No description provided