Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

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

stupid test

No description provided

Mix jquery & vanilla

No description provided

t9834yt9h43

No description provided

Es Par String o Regrex

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 3

Map get VS Map has get

char index vs charAt() vs slice() with strict eq

Compare methods for testing string's beggining character with strict eq

Unique values big list

No description provided

_concat vs _push vs _spread

No description provided

filter vs slice with 2 indexes

No description provided

Array.from vs Array.protptype.slice.call Performance

No description provided

RegExp inside vs outside loop

RegExp inside vs outside loop

Verifica si es par

EsPar

Map get VS Map has get part 2

Map get VS Map has get

Object vs Map lookup: random integer key

No description provided

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

Testing the difference between native loops and find()