Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

cameronaziz - uniqueId-1

No description provided

Lodash startCase vs Native - caziz

No description provided

.map.includes vs .find with shuffle

No description provided

Regex whitespace vs manual checking

No description provided

spread vs concat vs unshift vs slice.unshift

spread vs concat vs unshift vs slice.unshift

.map.includes vs .filter with shuffle

No description provided

RegExp unnecessary matches implications

Check if having unnecessary matches in a regular expression has some performance implication

Console.log string vs object

No description provided

Array.from() vs new Array(), filling with index

Testing the difference between creating arrays with different values in each position.

Round Comparison

No description provided

_.includes vs includes() 2

No description provided

includes vs has test

No description provided

filter-map vs reduce 100k

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

Array filter vs Lodash intersection 2

No description provided

Array filter vs Lodash intersection 1

No description provided

.map.includes vs .filter

No description provided

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

No description provided

json stringify vs array tostring when long array

No description provided

for-in vs object.keys vs object.keys + for loop

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 CSR benchmark

No description provided

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

Object creation: arrow function vs. class

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

bignumber.js vs. big.js vs. decimal.js (I)asd

- 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