Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

lodash intersection vs JS

No description provided

Object.fromEntries vs reduce vs Map

No description provided

TypedArray fill vs loop

No description provided

document.createElement vs jQuery

No description provided

lodash.round VS Math.round with precision

Compare round lodash function vs javascript native toFixed() function. use random input to avoid js engine optimisation

endsWith slice vs Regex replace

No description provided

Array.flat vs (reduce + concat) vs (reduce + destructure) vs (reduce + push)

No description provided

const vs let vs var (fixed)

No description provided

msgpackr vs. JSON

No description provided

Compare lodash isEmpty and length comparison on string arrays

No description provided

matches vs. closest 2

No description provided

matches vs. closest

No description provided

Math.pow(x,0.5) vs Math.sqrt(x) vs x**

No description provided

Lodash: differenceBy vs filter & some

Comparing performance of: lodash differenceBy with javascript filter and find

window.getComputedStyle vs. getBoundingClientRect

No description provided

TreeWalker vs querySelectorAll vs NodeIterator filters

No description provided

lodash.uniq vs native Set (multi array)

No description provided

TreeWalker/ filter vs querySelectorAll vs NodeIterator

No description provided

TreeWalker/ filter vs querySelectorAll vs NodeIterator /filter

No description provided

TreeWalker vs querySelectorAll vs NodeIterator

No description provided

Moment toDate vs new Date

No description provided

Js Search - String StartsWith vs IndexOf vs Includes

No description provided

TreeWalker for loop/(filter) vs querySelectorAll (filter )

No description provided

TreeWalker for loop vs querySelectorAll (* )

No description provided

Javascript: Case insensitive string comparison performance 2

No description provided

NEW BENCHMARK Your Benchmarks