Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

simpleStringify vs JSON.stringify BUNCH OF OBJECTS

No description provided

i++ vs ++i vs i += 1 vs i = i + 1

No description provided

for vs foreach vs some vs for..of vs for cached length different arrays no break

Compare loop performance

for vs foreach vs some vs for..of vs for cached length non empty array actually check no break

Compare loop performance

for vs foreach vs some vs for..of vs for cached length non empty array actually check

Compare loop performance

in vs !! 2

No description provided

SDEs rules

No description provided

for vs foreach vs some vs for..of vs for cached length non empty array

Compare loop performance

Insert into sorted

No description provided

array.map vs _.map

No description provided

for vs foreach vs for..of (fixed)

Compare loop performance

lodash transform vs native reduce

No description provided

map vs array lol ddddd

dd

map vs array lol

dd

set.has vs. array.includes xd

No description provided

Array concat vs spread operator vs push with array of objects

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

Array concat vs spread operator vs push with objects

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

forEach vs reduce vs map vs filter vs for one more

No description provided

test of multi

No description provided

testToMutiply

test

array find vs _.find 4123123

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

Get first element by class

No description provided

Test char index vs charAt() vs slice() vs startsWith() vs RegExp

Compare methods for testing string's beggining character.

lodash merge vs test merge

No description provided

Check vs try...catch

Is it quicker to check and then act, or to try and fail on purpose?