Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

String parse

No description provided

JavaScript fastest way to clone an object including JSON.parse and structuredClone methods

No description provided

Unique Array keeveeg

No description provided

Random Generator Speed

diff between crypto. randomUUID and nanoid

ETST 123123123123123

Lodash uniqBy vs [...new Set()]

Regex contains vs title contains array

No description provided

js mul vs pow

No description provided

lodash clonedeep vs json.parse(stringify()) vs recursivecopy vs structuredClone

No description provided

loadsh vs stringify

No description provided

for-in vs for loop

No description provided

Math.max() vs sort()

Compare speed of Math.max() vs sort.

forEach vs reduce vs map + filter vs for

No description provided

reduce vs reduceset2

No description provided

reduce vs reduceset

No description provided

Array.from with mapper vs Array.fill

No description provided

Lodash DifferenceWith vs Native with sets

No description provided

Remove array element by index

No description provided

closest vs querySelector performance for very large dom

Goal: Get the target element inside the DOM Test case #1 - You don't have the target id - Find a target element through DOM via Element.closest() Test case #2 - You have the target id from your state - Find the target element via Document.querySelector()

closest vs querySelector performance for large dom

Goal: Get the target element inside the DOM Test case #1 - You don't have the target id - Find a target element through DOM via Element.closest() Test case #2 - You have the target id from your state - Find the target element via Document.querySelector()

Access to Proxy vs Object v2

No description provided

ES6 Class vs Prototype vs Object Literal vs Functional v2

No description provided

ES6 Class vs Prototype vs Object Literal vs Functional

No description provided

OnScrenn vs OffScreen canvas measureText performance

DomCanvas vs OffscreenCanvas

ES6 Class vs Prototype vs Object Literal v2 with Extends v3

Test the speed and memory usage using 3 different techniques for constructing class objects.

ES6 Class vs Prototype vs Object Literal v2 with Extends v2

Test the speed and memory usage using 3 different techniques for constructing class objects.

NEW BENCHMARK Your Benchmarks