Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

ES6 property (get/set) & getter/setter function & direct access to object attribute v

No description provided

Date toISOString ssdd

No description provided

Some vs Find lkjsdlksjd

No description provided

getElementsByTagName performance

No description provided

>0 vs double negotiation trick in javascript

No description provided

JS iterator vs array x

No description provided

setPrototypeTest

No description provided

String() vs .toString() vs template literal

No description provided

Includes vs startsWith speed test playerapi

No description provided

spread vs array from

No description provided

lodash 4.17.21 forEach vs for i loop

No description provided

Set vs Object vs Map vs array but with strings

Compare the speed to retrieve a value from three data structures that can be used for boolean referencing; i.e. for mapping enabled settings.

_.uniqueBy vs Set of two different objects

No description provided

Object mapping test

No description provided

Lodash cloneDeep vs structuredClone vs JSON.parse + JSON.stringify but with big data & deepClone

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

isArray?

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray#instanceof_vs._array.isarray

class vs object create 2

No description provided

createElement vs cloneNode 3 with inner content

Faster way to create new dom elements before insertion

deepFreeze (Object.freeze)

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze#deep_freezing

Reduce test

No description provided

qs vs query-string vs querystringify vs URLSearchParams

No description provided

!every vs some

No description provided

js merge objects

No description provided

toDateString() vs. getFullYear(), getMonth(), and getDate() equality check

Compare how equality checks using toDateString() compares to a custom function that relies on getFullYear(), getMonth(), and getDate()

structuredclone and other clone

No description provided