Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

some vs findIndex (Array prototype methods)-1e6-nest

Measuring which is faster

some vs findIndex (Array prototype methods)-1e6

Measuring which is faster

some vs findIndex (Array prototype methods)

Measuring which is faster

string lodash vs native

No description provided

lodash vs es6 test1

No description provided

lodash vs es6 test

No description provided

Testering

No description provided

Creating Date objects 350 vs 9000

Checking how 350 Date object creations compares to 9000

Creating date objects

How does 10 compare against 9000 creations

startswith vs split and equal

No description provided

bigint vs number

bigint vs number, 52 bits

parentElement vs parentNode vs closest(tag) vs closest(.class) vs closest(tag.class)

No description provided

JS Array[] vs Map.get()

Compare Array[] vs Map.get() for a small amount of data

JS Regex vs .startsWith vs .indexOf vs string index

fork of https://www.measurethat.net/Benchmarks/Show/975/11/regex-vs-indexof-vs-startswith-vs-substr

Compount Mapping and Sorting (lodash vs native)

_.sortBy vs _.orderBy vs JS sort

string plus operator 2

big string vs chunks plus

string plus operator

big string vs chunks plus

double vs bool

No description provided

!! or Boolean

No description provided

Million loops

No description provided

Slice vs Splice vs Shift vs Spread syntax

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

reduce.concat() vs flat() 2

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

json stringify vs array join (string) 2

No description provided

Map vs Find to change one el in array of objects

No description provided

replace with global regexp vs replaceAll

No description provided