Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Array.concat vs Spread Operator in 100 numberv999

Compare the new ES6 spread operator with the standard concat() method

Array.concat vs Spread Operator in 100 numberv333

Compare the new ES6 spread operator with the standard concat() method

Array compaction v3

No description provided

Array.concat vs Spread Operator in 100 numberv33

Compare the new ES6 spread operator with the standard concat() method

Array.concat vs Spread Operator in 100 number

Compare the new ES6 spread operator with the standard concat() method

string concatenation 2

benchmarking concatenating a randomly generated string

flat vs concat (simplest) vs spread with object

Have fun :)

flat vs concat (simplest) vs spread

No description provided

flat vs concat (simplest)

No description provided

structuredClone vs spread syntax

No description provided

stringify & parse vs filter

No description provided

React Const vs Function (3)

No description provided

React Const vs Function (2)

No description provided

Adding to an array with push.apply vs spread vs for loop vs while loop

No description provided

Adding to an array with push.apply vs spread vs loop

No description provided

Adding to an array with push.apply vs spread

No description provided

JavaScript, spread operator vs Object.assign vs property setter using array as source

Measure the fastest way to add new object into a collection of objects

slice VS splice VS shift: who is the fastest to keep constant size (bulk test)

100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower

Array vs. Set Intersection

No description provided

typeof instanceof

No description provided

for vs foreach vs some vs every vs for..of vs map / 2

Compare loop performance

Array push or set

No description provided

Some vs Find atata

No description provided

vue.delete vs ramda omit

No description provided

flatMap() vs filter().map() 2234234

flatMap vs filter map