Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

lodash uniq vs set with uuid

No description provided

Regex tests Dani

No description provided

performance of filter + map vs reduce

No description provided

concat vs spread with js array testing 1.2.3.

No description provided

Instanceof VS toString for date comparison when using objects

No description provided

Instanceof VS toString for date comparison

No description provided

JavaScript reverse with copy vs toReversed

Compare Array.reverse() with copy to Array.toReversed() performance wise.

tagName.toLowerCase() vs instanceof

No description provided

Text Encoding (TextEncoder vs Response)

No description provided

Find Object ID vs IndexOf int take 2

No description provided

List of Ids Get Object with Find Object lookup vs IndexOf lookup

No description provided

Float32Array .set vs manual

No description provided

Find Object ID vs IndexOf int

No description provided

dayjs valueof vs isBefore

No description provided

to string methods

No description provided

callbacks: inline function vs inline arrow vs global

No description provided

callbacks: inline function vs global

No description provided

spread() vs flat()

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

Lodash.js vs Native22222yslysl2222

No description provided

Lodash.js vs Native22222yslysl

No description provided

Bzy INCLUDES, EXEC, MATCH Regex test

No description provided

Roop Performance: while vs for vs call myself

No description provided

/\s/.test(v) vs !!v.trim()

No description provided

string array join vs for loop concatenation

No description provided

Number between/ Number in range

Check if a number is in the range of numbers. ie. is 5 between 1 and 10/ in range of 1 to 10