Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Creating a partial object: destructuring vs. property picking

No description provided

Lodash vs Ramda vs Native 2022-11-23

Tests libraries lodash, ramda and native array functions on a sequence of map, filter, map filter operations.

var let const

No description provided

benchmark regexp/replace

No description provided

Array slice() vs slice(0) vs spread operatorr

Compare the new ES6 spread operator with the traditional slice() methods

Enum vs const vs string

this is used to try and better understand the performance costs of using enum's in typescript

for vs for...in vs for...of vs forEach

Benchmarks the speed of different iteration implementations

Ahad Loops Test3

No description provided

CLSX vs concat

CLSX perf

Classnames vs CLSX vs Others

Compare CLSX vs Classnames vs an own implementation of creating a template string

Array.includes vs String.match, single pattern

See whether Array.includes is more performant than String.match for a single pattern.

Incldues split vs indexOf eroiughizeorgj

No description provided

Incldues split vs indexOf

No description provided

Iteration test

fhdfh

lodash uniq vs set (String)

No description provided

Array vs Float32Array vs Float64Array multiplication

No description provided

lodash clonedeep vs json.parse(stringify()) vs recursivecopy _ tieplv

No description provided

DataAttribute vs Class Selector vs ID Selector test

No description provided

textContent vs. firstChild.nodeValue

No description provided

ResizeObserver vs ResizeObserver polyfill

No description provided

DOM subtree creation: top down vs bottom up

No description provided

DOM structure: bottom up vs top down vs DocumentFragment

No description provided

DOM structure: bottom up vs top down

No description provided

appendChild vs append vs map/append vs DocumentFragment

No description provided

append vs. appendChild/createTextNode

No description provided