Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

if len-1 vs direct for-each

if len-1 vs direct for-each

Merging Objetcs

No description provided

Plain Object Check: constructor vs prototype

Checks whether the given object is a plain Object.

Base64 vs. base64

No description provided

JSON.parse vs string.splitn

No description provided

new Intl.DateTimeFormat vs cached Intl.DateTimeFormat vs custom

measure the perf impact of caching calls to new Intl.DateTimeFormat

JavaScript reverse vs toReversed [1000 elements of strings]

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

lodash .foreach vs native foreach vs native for loop

No description provided

Lodash.js vs Nativemmlk

No description provided

sum vs object-hash big object

No description provided

sum vs object-hash latest versions

No description provided

Test regexp vs startsWith

No description provided

test +0

No description provided

response.json() vs JSON.parse() fix url

No description provided

number to string: String() vs toString() vs template

No description provided

innerText vs. textContent writing

testing writing an elements text with innerText vs. textContent

k-v Array to Obj

No description provided

Math pow vs ** test

No description provided

orderBy vs array.prototype.sort vs vanila orderBy vs QuickSort

No description provided

Object.freeze vs Object.seal (only property access)

No description provided

Object.freeze vs Object.seal (property access)

No description provided

Lodash orderBy vs array.prototype.sort vs vanila orderBy _ smart vs QuickSort add slice

No description provided

RegExp vs startsWith

No description provided

RegExp replace vs no replace

No description provided

RegExp replace vs string ops

No description provided