Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

bignumber library benchmark

- 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

IndexOf vs includes js (idanlevi1)

No description provided

testachunk4

No description provided

testachunk3

No description provided

testachunk2

No description provided

testachunk

No description provided

native find vs lodash _.find..

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

letsfindout

d

HashMapLoop

No description provided

undefined test

No description provided

Vanilla JS vs jQuery

No description provided

Performance of Object.values(obj) vs_.values() vs for...in to extract values from an object Andrey

Compare performance between the native Object.values(obj) function vs the lodash _.values() option and a function that extracts the values of an object using a for...in loop.

test-reduce

No description provided

.slice vs .replace

No description provided

testlegmtroster

No description provided

XHR vs fetch - stake.com

No description provided

XHR vs fetch - wolf.bet

No description provided

comparing push vs spread one by one

No description provided

Concat reduce

ddd

JavaScript spread operator vs Object.assign performance vs property add

No description provided

Underscore filter vs Array filter

Underscore filter vs Array filter

Underscore map vs Array map

Underscore map vs Array map

Highlightjs vs prettier

No description provided

for-in vs object.keys forEach

Comparing performance of: for-in vs Object.keys

parseFromString vs cloneNode

Faster way to create new dom elements before insertion