Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

bignumber.js vs native benchmark: compareTo

- https://github.com/iriscouch/bigdecimal.js/tree/v0.6.1 - https://github.com/MikeMcl/bignumber.js/tree/v9.0.0 - https://github.com/MikeMcl/big.js/tree/v5.2.2 - https://github.com/MikeMcl/decimal.js/tree/v10.2.0 - https://github.com/infusion/Fraction.js/tree/v4.0.12

bignumber library vs native benchmark: compareTo

- https://github.com/iriscouch/bigdecimal.js/tree/v0.6.1 - https://github.com/MikeMcl/bignumber.js/tree/v9.0.0 - https://github.com/MikeMcl/big.js/tree/v5.2.2 - https://github.com/MikeMcl/decimal.js/tree/v10.2.0 - https://github.com/infusion/Fraction.js/tree/v4.0.12

Lodash startCase vs Native - caziz

No description provided

Regex whitespace vs manual checking

No description provided

filter-map vs reduce 100k

modified version of `map-filter vs reduce` that switches the order of operations

Object.values vs spread operator (...) to clone arrays.

No description provided

json stringify vs array tostring when long array

No description provided

Object creation: arrow function vs. class with methods

Functions create a raw object, while class instances can rely on the prototype. Which one is faster?

Web templating

Compare web templating: art template, lodash.template, handlebars...

Latest Vanilla, Cash, jQuery, Zepto, Bliss, Umbrella, Ext - JS Library Performance Test

No description provided

t9834yt9h43

No description provided

copy ArrayBuffer: DataView vs Uint8Array.set vs Float64Array.set vs by bytes (2)

No description provided

equality vs includes

how much of a performance deficit you can expect from using Array.includes instead of writing an equality check

Map get VS Map has get part 2

Map get VS Map has get

find() vs for...of vs for-loop v2

Testing the difference between native loops and find()

Lodash cloneDeep vs structuredClone vs Custom Implementation

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

setAttribute vs assignment (=)

setAttribute vs assignment (=)

Getting a context: while loop vs event propagation with new events vs event propagation with callbacks

No description provided

replaceWith vs replaceChild x1000 fix

replace dom

replaceWith vs replaceChild x1000

replace dom

replaceWith vs replaceChild x100

replace dom

Getting a context: closest vs while loop vs event propagation with new events vs event propagation with callbacks

No description provided

Getting a context: closest vs while loop vs event propagation

No description provided

flatMap vs reduce Saran

No description provided

getElementById vs querySelector (ver.2023.05)

No description provided

NEW BENCHMARK Your Benchmarks