Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Map vs object copying

No description provided

Javascript filter vs lodash sumby

No description provided

for in / object.keys test

for in / object.keys test

Luxon vs moment comparison

No description provided

Luxon vs moment

No description provided

array find vs some + some ==

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

_.map _.uniq vs _.map Set vs _.keyBy _.keys _.uniq

No description provided

spread vs concat vs unshift v2

spread vs concat vs unshift

concat vs spread .

No description provided

split vs replace v2

No description provided

split vs replace

No description provided

reduce vs map/filter --- filter and reshape

No description provided

flatMap vs reduce v1.1

No description provided

hash-sum vs object-hash 2

No description provided

normal vs Object.freeze vs Object.seal performance

No description provided

replaceAll vs replace with regex for empty string substition

No description provided

Lodash cloneDeep vs structuredClone vs JSON.stringify/parse

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

JS lastIndexOf vs indexOf

JS lastIndexOf vs indexOf

string empty literal vs length

Different ways of checking if string is empty

Reuse Global Regex? RegEx.test vs. String.match vs. String.search

No description provided

Reuse Regex? RegEx.test vs. String.match vs. String.search

No description provided

RegEx.test vs. String.match vs. String.search

No description provided

Lodash cloneDeep vs structuredClone vs JSON-Clone

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

typedarry for vs for..of vs forEach

No description provided

typed array for vs forEach vs for in vs for of

Compare loop performance