Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

RFDC clone vs clone-deep clone vs Lodash cloneDeep vs JSON Clone

Comparing performance of: Lodash cloneDeep vs Json clone vs RFDC copy vs clone-deep copy

Substr vs startsWith GUL

Benchmarking usage of comparaison of substr result and starts with

Array immutable union: underscore union vs vs uniq

No description provided

is variable not undefined? typeof variable !== "undefined" vs variable !== undefined

No description provided

is variable undefined? typeof variable === "undefined" vs variable === undefined

Comparing whether checking is (typeof variable === "undefined") is faster than (variable === undefined)

Fizz Buzz#2

Fizz Buzz perfocmance

Fizz Buzz

Fizz Buzz perfocmance

Array clone from index 1 to end: spread operator vs slice

No description provided

Switch true vs if else

No description provided

**2 vs * vs Math.Pow for equated number

(n-m)*(n-m) vs (n-m)**2 vs Math.Pow((n-m),2) 0 ≤ n,m ≤ 255 n,m ∈ ℤ

Array Indice vs Slice

is it faster to extract rgb from ImageData with [a[5],a[6],a[7]] or a.slice(5,8)

Correct for loop vs Array.some

Compare loop performance

array concat and search

performance comparison of ways to find if an array contains a value

JavaScript assign like array VS Object.assign Performance

No description provided

toLocaleString explicit locale vs toLocaleString vs custom thousands seperator

No description provided

Number & toLocaleString vs + & toLocaleString vs custom thousands seperator

No description provided

toLocaleString vs custom thousands seperator4

No description provided

toLocaleString vs custom thousands seperator2

No description provided

toLocaleString vs custom thousands seperator

No description provided

Lodash Sort vs Array.sort vs Stable Sort

No description provided

Lodash sort vs array.prototype.sort vs basic sort vs Stable Sort 2

No description provided

String split date vs parse date 3

No description provided

String split date vs parse date 2

No description provided

String split date vs parse date

No description provided

Index method vs Object.values

No description provided