Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Some vs. Filter vs. indexOf (object)

No description provided

TextDecoder vs Js

No description provided

filtrowanie2

No description provided

for loop comparison test

No description provided

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

No description provided

Marked 4.0.4 vs

No description provided

filtrowanie

No description provided

jqvnat

No description provided

Array isArray vs 'in'

No description provided

Truncate performance

Description

find vs findIndex

find() vs findIndex() in Javascript

Lodash.js diff vs equal

No description provided

111 regex test

with 111

Eval vs new function with proxy (edit)

No description provided

Negative Conditionals

No description provided

toFixed vs toPrecision vs Math.round() fast vs Math.floorfast vs new Math.trunc

Comparing performance of: toFixed(4) vs toPrecision(4).toString() vs (~~Math.round(*10000)).toString() vs Math.floor fast vs the new Math.trunc

remove vs removechild v2

No description provided

Object.assign vs direct assignment Markus Test

No description provided

.endsWith vs includes

No description provided

Object values vs _.values (underscore)

Compare the built-in Object.values() method vs Underscore's _.values() method

Object.assign vs direct assignment 313

No description provided

Array.prototype.slice vs spread operator vs concat 2

Compare the new ES6 spread operator with the traditional slice() method

Array.prototype.slice vs spread operator vs concat

Compare the new ES6 spread operator with the traditional slice() method

Array.prototype.slice vs spread operator corrected

Compare the new ES6 spread operator with the traditional slice() method

Number format

No description provided