Benchmark name When Created
lodash clonedeep vs json.parse(stringify()) vs recursivecopy vs structuredClone 2 months ago
loadsh vs stringify 2 months ago
for-in vs for loop 2 months ago
Math.max() vs sort()

Compare speed of Math.max() vs sort.

2 months ago
forEach vs reduce vs map + filter vs for 2 months ago
reduce vs reduceset2 2 months ago
reduce vs reduceset 2 months ago
reduce vs reduce set 2 months ago
Array.from with mapper vs Array.fill 2 months ago
Delete property from object delete/nullify/undefined/reflect.delete/deconstruction

Testing the performance of using `delete` keyword VS setting prop to null to remove an property of an object

2 months ago
Lodash DifferenceWith vs Native with sets 2 months ago
Remove array element by index 2 months ago
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()

2 months ago
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()

2 months ago
Access to Proxy vs Object v2 2 months ago
ES6 Class vs Prototype vs Object Literal vs Functional v2 2 months ago
ES6 Class vs Prototype vs Object Literal vs Functional 2 months ago
OnScrenn vs OffScreen canvas measureText performance

DomCanvas vs OffscreenCanvas

2 months ago
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.

2 months ago
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.

2 months ago
foooorr 2 months ago
listener test1 2 months ago
listener test 2 months ago
bechn Spread operator VS Object.assign VS Object.create vs new Object for simple Objects 2 months ago
Array.find vs. Map.get for 1000 - 1e6

Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map

2 months ago

 Create Your benchmarks