Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Template Literal Vs Array Join

No description provided

string.Empty as ""

string.Empty as "" speed test

counting lines by splitting by, replacing, or looking for line breaks

Compares splitting a string and counting the array items to replacing line breaks with an empty string and computing the difference from the original length.

Array loop vs foreach vs map vs for of wit entries

No description provided

Lodash clone VS spread operator

No description provided

querySelectorAll vs getElementsByName vs getElementsByClassName

querySelectorAll vs getElementsByName vs getElementsByClassName

querySelectorAll vs getElementsByName

Which is faster

Test search

No description provided

Function creation from text - eval vs new Function

No description provided

Regex vs split/join - nb fork

No description provided

Lodash cloneDeep vs JSON Clone fork

No description provided

Direct call vs bind vs call vs apply 2

No description provided

array find vs some speed test

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

Finding an object in an array

No description provided

innerHTML vs insertAdjacentHTML

innerHTML vs insertAdjacentHTML

test 111

No description provided

lodash flatmap vs Vanilla flatmap

No description provided

object assign vs object spread vs immutable-js vs immutability-helper on large data set - z

No description provided

Perf _.findWhere vs Native

No description provided

Perf _.groupBy vs native Array.reduce

No description provided

diffenceWith

No description provided

Array.prototype.concat vs spread operator123123123

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

for in vs for loop with object.keys 123

No description provided

fromentries/map/closure vs bind

No description provided

RegExp.exec vs String.match +

not realistic benchmark to adress https://github.com/nartc/mapper/pull/293