Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Pool Test

No description provided

reassign vs assign

No description provided

null vs. typeof vs. in vs. hasOwnProperty

Object lookup performance

JavaScript search() vs indexOf()

No description provided

Testing replaceAll vs splitting a string to perform some operations

No description provided

RegEx.test vs. String.includes vs. String.match with `[]`

No description provided

Object spread vs New map entries

No description provided

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