Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Array.includes vs Set.has vas Map.has vs object[k] !== undefined (length 1 million)

No description provided

js browser search

No description provided

Regexp test VS array.every and includes

No description provided

lodash noop vs new function

No description provided

Date.now 1000ms vs setTimeout 1000ms

No description provided

String split separator vs regex

No description provided

Math.log10() vs .toString().length

No description provided

web-crypto

No description provided

Md5 vs murmur vs superfasthash

Comparing different hashing functions based on a 8806-character message

Md5 hashing with murmur hash

No description provided

findIndex vs forEach RSE

No description provided

Access to Proxy vs Object vs Getters fixed

No description provided

.startsWith() vs .test() vs .match() vs .indexOf() vs equality

No description provided

comparing flatMap vs filter and map in little arr length

Comparing performance of: flatMap() vs filter().map()

json stringify vs array join (string) v2

No description provided

json stringify vs array join (string)

No description provided

chain of or equals vs includes 4

how much of a performance deficit you can expect from using Array.includes instead of manually writing a chain of logical ORs

join vs reduce

No description provided

Find last element of an array

Find last element of an array

Array.prototype.slice vs spread operator - large array 100000

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

Array.filter vs push

Compare array ops to remove elements from array

JSON Parse vs regex

No description provided

Object.keys.includes vs object.hasOwnProperty

No description provided

string.includes vs string.indexOf vs regex.test(string) vs == vs ===

No description provided

Object iteration vs Map iteration 123

No description provided

NEW BENCHMARK Your Benchmarks