Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Markdown Performance Comparison June 5th 2023

A performance comparison of leading Javascript Markdown implementations.

Lodash cloneDeep vs structuredClone vs recursiveDeepCopy vs JSON clone (larger object)

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

wefwe efewre

No description provided

optional chaining vs. non-optional chaining

Determine performance cost of using optional chaining when not required

str.match vs str.Split filter

Test String.match with regex against String.split with string. We are splitting a string at the spaces.

Lodash cloneDeep vs JSON Clone vs Ramda Clone vs hand rolled vs spread vs obj.assign vs structured clone

just benchmarking things

Some vs. Filter vs. indexOf vs. Includes vs. Find with fix

No description provided

regex vs. split().slice().join()

No description provided

map+join vs concat2

No description provided

map+join vs concat1

No description provided

map+join vs concat

No description provided

String() vs .toString() vs concat vs template

No description provided

Array.prototype.slice vs spread operator 20

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

2023 - xhr vs fetch

No description provided

Array concat vs spread operator vs push (reduce)

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

BigInt parseInt vs Number

No description provided

Object parameters 2

No description provided

for vs foreach vs some vs for..of gabzz

Compare loop performance

Slice vs Shift (for 1 element)

No description provided

Object parameters

No description provided

ES6 Class vs Prototype vs Object Literal 4

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

While vs For loop 2

No description provided

then vs. async-await simple

No description provided

indexing vs find

No description provided

Immutable.JS get vs object access vs map get

No description provided