Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Lodash.isEqual vs JSON.stringify Equality Comparison for nested Array of Strings.

Test on isEqual performance

JavaScript spread operator vs object update vs object assign performance

No description provided

Concat vs push(...) vs push.apply() for large arrays

Comparing the various ways to append to a large array

Uint16Array vs Array

No description provided

test js nb comparezarg

No description provided

for vs foreach vs some vs for..of (1 million)

No description provided

javascript startsWith() vs includes() multiple tests (heavy)

No description provided

javascript startsWith() vs includes() multiple tests (fixed)

No description provided

javascript startsWith() vs includes() multiple tests

No description provided

String concat – `` vs concat vs +

No description provided

Convert boolean to number

May useful for some bit calculation that require high performance.

test object validation empty vs spread

No description provided

instanceof vs constructor check vs field

No description provided

Compare weeks via number or string

Test the speed of comparing number vs comparing with double comparison vs comparing strings in js

Lodash uniq vs set copy to array

No description provided

typeof vs sup

No description provided

double creation vs one vs none

No description provided

Immerjs vs Immutable 5.1.3 Perf Test

No description provided

filter-map vs reduce vs reduce with destructuring 2

modified version of `map-filter vs reduce` that switches the order of operations

structuredClone vs Immer Produce on medium objects

No description provided

JS BigInt vs Number

Comparing BigInt vs Number arithmetic performance using values safely represented by i64 and f64 respectively

Test Bytes to base64

No description provided

Array.isArray vs Lodash _.isArray

No description provided

Array loop: forEach vs for vs map vs for of entries with larger array

No description provided

JSON.parse() vs. eval() 123

No description provided