Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

json.parse vs includes2

json.parse vs includes

toFixed vs toPrecision vs Math.round() 22222

No description provided

objectPath model vs objectPath geet vs lodash get

No description provided

Performance HTMLCanvasElement vs OffscreenCanvas no create

No description provided

lodash UniqueWith vs filter

No description provided

Map vs Object UUID Key/Value

Lookup of map vs object

new Intl.DateTimeFormat vs new Date().toLocaleDateString() vs re-using formatter

No description provided

in vs. obj.hasOwnProperty vs prototype.hasOwnProperty.call

Object lookup performance

Iterator vs Index for loop (cached array length fixed)

No description provided

Iterator vs Index for loop

No description provided

Slice vs Splice vs Shift (Large Array)

Compares the speed for removing 2 items from the beginning of an array

Lodash Chain vs Native vs Flow

No description provided

Lodash isequal vs string comparison

No description provided

JavaScript Object spread operator vs manual assignment

No description provided

get vs proxy get v2

No description provided

Reflect.construct vs new and setPrototypeOf

No description provided

String.match vs Array.includes

No description provided

RegEx.match vs Array.includes

No description provided

two sum

No description provided

push vs index123

No description provided

JSON parse size

No description provided

for vs foreach vs some vs for...of

Compare loop performance with less JIT interference

Count matches using Array reduce vs Array filter

Check if it's faster to count matches in an array using Array.filter or Array.reduce

Lodash isEqual Array of Objects test

Test on isEqual performance for array of nested objects

object spread vs immutable-js set vs immer 2

No description provided

NEW BENCHMARK Your Benchmarks