Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

testeArray22222

No description provided

myarr unshift vs push + reverse (small array)2

No description provided

myarr unshift vs push + reverse (small array)

No description provided

get element from array = [0] vs pop()

No description provided

Lodash Uniq vs Javascript Set

No description provided

fastest way to convert set to array

No description provided

canvas clearRect vs fillRect

Testing performance between clearRect and fillRect on a canvas.

canvas quadraticCurveTo vs art

canvas quadraticCurveTo vs art

lodash range vs Array.from vs keys() + spread + fill

No description provided

quick testasdfasdf pt2

No description provided

quick testasdfasdf

No description provided

Math.random to invs Date.now

Which is best for generating a unique key?

Math.random to intvs Date.now

Which is best for generating a unique key?

double negation x null render

No description provided

Lodash isEqual vs spread test

Test on isEqual performance and spread

TreeWalker vs querySelectorAll (* all elements) 2

sdf

Add new element to array: push vs destructuring vs directly assign

No description provided

instanceof vs .prototype.isPrototypeOf vs .nodeName vs Object.prototype.toString.call vs objType vs objTypeS

Ways of detecting if a variable contains an iframe

substring vs split 2

No description provided

eliminate duplicates from an array of strings

eliminate duplicates from an array of strings

Array.prototype.slice vs spread operator fix

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

forEach vs reduce vs map vs filter vs for Test

No description provided

Object.assign performance

No description provided

Ramda vs. Lodash vs. VanillaJS 2022

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

Fast Sqrt0

Compare Quakes fast inverse squareroot