Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

filter + pop VS reverse + find

No description provided

tk lodash merge vs spread operator

lodash merge vs spread operator

++i vs i++

No description provided

structuredClone test with large data v2

compare clone methods

structuredClone test with large data

compare clone methods

|| vs some

No description provided

indexOf vs split for finding sub string

testing speed

Maping numeric vs f32 vs f64 with add

compare the map speed of an array of random true/false values compared to an ArrayBuffer with a uInt8 view of 0 or 1. The results are that the typed array is much much faster. There are two possible reasons I can think of for this. 1) JavaScript boolean type size of 4Bytes where as an element of a uInt8 array is actually 1Byte. 2) The ArrayBuffer is allocating contiguous memory resulting in a better cache hit ratio.

приведения к числу и строке в или выражении 3

No description provided

Deep merge lodash vs ramda vs Immutable with multiple objects

No description provided

Deep merge lodash vs ramda vs deepmerge vs Immutable

No description provided

Children vs QuerySelectorALL

Children vs QuerySelectorALL

merge preformance compare 3

No description provided

merge preformance compare 2

No description provided

merge preformance compare

No description provided

Getter / Setter vs Proxy vs Class getter aleynikovsa

No description provided

switch case vs object (string as key)

No description provided

switch case vs object

No description provided

test simple parse string to number

No description provided

one intersectionObserver per one element vs one interactionObservers on many elements

No description provided

Array.fill vs Array.from with dyamnic data

No description provided

one intersectionObserver per one element vs one interactionObservers on many elements

No description provided

Moment vs Date.parse

No description provided

Lodash.get vs native with optional chaining

No description provided

flatMap/reduce/loop

No description provided