Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Json parse vs string split

Test best way to transfer simple arrays

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

Compare methods for testing string's beggining character.

replaceAll vs replace

No description provided

Some vs. Filter vs. indexOf (somefixes)

No description provided

lodash uniq vs [...new Set]

No description provided

Lodash toString vs native toString

No description provided

regex speed test-2

regex speed test

regex speed test

regex speed test

OR JS Regex vs 2 .startsWith

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

2x JS Regex vs .startsWith

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

Array concat vs spread operator vs push (work)

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

Set vs Object vs Map has value

No description provided

Int conversion

No description provided

_.isEqual() vs _.xor()

No description provided

memoize test

No description provided

Array.prototype.slice vs spread operator v2

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

flatMap() vs filter().map() vs for loop accumulator

flatMap vs filter map

eval vs reflect

No description provided

Fastest Partion of Arrays (fast predicate)

Define a method that takes an iterable/array and a predicate, and returns two arrays, one with passing elements and one with failed elements. This is useful where you usually use filter(), but want also want an array with the elements that failed the filter.

Fastest Partion of Arrays (heavy predicate)

Define a method that takes an iterable/array and a predicate, and returns two arrays, one with passing elements and one with failed elements. This is useful where you usually use filter(), but want also want an array with the elements that failed the filter.

diff between func types

No description provided

** vs pow vs memoized **

No description provided

** vs pow

No description provided

if vs. decorator without polyfill

No description provided

Regex vs split specific test

No description provided