Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Test Several data 2

No description provided

lodash unionWith vs Set for merging without duplicates test 2

No description provided

lodash unionWith vs Set for merging without duplicates test2

No description provided

lodash unionWith vs Set for merging without duplicates test

No description provided

native Map.size vs lodash _.isEmpty

measure how bad lodash performance is to check Map emptiness

Boolean constructor vs double negotiation trick in javascript(test)

No description provided

deleting array in Js

Based on question on http://stackoverflow.com/questions/1232040/how-do-i-empty-an-array-in-javascript

Concat Vs Spread [eungwang4]

No description provided

Concat Vs Spread [eungwang3]

No description provided

Concat Vs Spread [eungwang2]

No description provided

Concat Vs Spread [eungwang]

No description provided

padStart vs splice vs normal

No description provided

Latest UmbrellaJS vs Cash

No description provided

reduce.concat() VS concat(...spread) VS flat()

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

Map Values Array.from vs Spread

No description provided

Regex vs .indexOf for charset

Testing some things

precreate string or use in condition

No description provided

RegEx.test vs String.includes

No description provided

if comparaison ===

No description provided

Object.keys for-of vs for-in hasOwnProperty

Original source: https://jsperf.com/object-keys-foreach-vs-for-in-hasownproperty

For Loop vs For Of in iterating strings

validCharForL() and validCharForOf() iterate through a string and full-width any characters invalid for Windows and Linux, using, respectively, a for loop and a for of loop.

dropWhile comparison

No description provided

ghgfhfdgdfgfdgf

dfhgdfg

ghgfhfdgdfg

dfhgdfg

Array.from() vs new Array() + destruct

Testing the difference between creating filled arrays.