Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Nested tenary vs dictionary 2

No description provided

Nested tenary vs dictionary

No description provided

lodash uniq vs Array.from(new Set()) vs spread new Set() vs array.filter_bigger

No description provided

Tenary vs dictionary

No description provided

instanceof

No description provided

getelement vs jquery

No description provided

Test array and unshift

No description provided

.startsWith() vs .test() vs .includes() vs .indexOf()

No description provided

Declarative shadow dom

No description provided

Test_every_2

No description provided

Array splice vs object assignsad

No description provided

12321321321321321

3213123123213213

정규식 vs includes

test

find vs findIndex (Array prototype methods)a

Measuring which is faster

Regex repeat vs inline

No description provided

werwrewrewer

No description provided

test2323

No description provided

Class Selector vs AttributeSelector 2

No description provided

DataAttribute vs Class Selector vs ID Selector vs AttributeSelector

No description provided

String.indexOf vs Array split and includes

No description provided

lodash merge vs object.assign vs spread - brianblocker

No description provided

disabled=true vs setAttribute("disabled", "");

No description provided

Lodash cloneDeep vs structuredClone vs JSON.stringify (small object)

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

parseFloat(toFixed) vs Math.round()

No description provided

Ramda vs. Lodash j430

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.