Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Compare options 3

LocaleCompare vs vanilla comparison

Compare options 2

LocaleCompare vs vanilla comparison

Compare options

LocaleCompare vs vanilla comparison

for-in hasOwnProperty vs object.keys for-of test vs for-in

No description provided

for-in hasOwnProperty vs object.keys test vs for-in

No description provided

testesttestestdxfdsfsdfsdfsdfsd

No description provided

testesttestest

No description provided

testesttest

No description provided

a[n] | n in a | a.length-1==n | a.at(-1)==a[n]

No description provided

Lodash cloneDeep vs JSON.stringify + JSON.parse

No description provided

Filtering Stuff

Filtering

Array join vs string contat

Compare different ways to build up a string.

array.fill VS array.push

No description provided

Lodash cloneDeep vs JSON.parse

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

JQuery: reading text vs html

compare speed for reading text from element w/ child nodes

happy1

No description provided

alecs@telicent

No description provided

JS typed strict find vs indexOf

Comparing performance of: strict Array.find vs Array.indexOf

Regex check

No description provided

document.body.getElementsByClassName vs document.getElementsByClassName

No description provided

weredrt

No description provided

TestDeepCopy1

No description provided

JS: insertBefore vs appendChild vs prepend vs insertAdjacentElement vs after

No description provided

Custom Reduce vs Vanilla JS Reduce vs _lodash Reduce with Map

Comparing the performance of the reduce functions on a Map

fastest isArray

Array.isArray vs Object.prototype.toString vs [].constructor vs instanceof vs pop exist