Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

js reducing2

No description provided

element.getAttribute("name") vs element.attributes.name.value with multiple attributes

No description provided

custom function vs conversion to array+ at()

No description provided

Lodash Test 143112

No description provided

Switch case vs Map object

No description provided

eval vs new Function vs mathjs 11

No description provided

split join replace vs regex global replace

No description provided

split join vs regex global replace

No description provided

Date Init Test

No description provided

object spread vs immutable-js set vs Map 3

No description provided

Lodash.js vs Native Raphael

No description provided

array maps

No description provided

object spread vs immutable-js set vs Map

No description provided

jQuery ready vs none

No description provided

Test() Vs Exec()

Test() Vs Exec() A small test to analyse the performance of two similar but different functions. The first Test(): Executes the search for a match between a regular expression and a specified string. Returns true or false. The second Exec() Used to retrieve the matches when matching a string against a regular expression. Returns an array with the matches or null if there are none.

for loop vs findIndex

Measuring which is faster

JS startsWith vs split

fork of https://www.measurethat.net/Benchmarks/Show/975/11/regex-vs-indexof-vs-startswith-vs-substr

Dmorgan

No description provided

pippoepluto

No description provided

ES6 some vs underscore some

No description provided

ES6 some vs underscore for some

No description provided

TestOne

No description provided

getElementById vs HTML5 global variable based on id value fixed

https://html.spec.whatwg.org/#named-access-on-the-window-object

Lodash every vs native every test

No description provided

Preparation once or always

No description provided