Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

concat and interpolation

No description provided

Split join vs replace (fixed string)

No description provided

Array spread clone vs manual clone

No description provided

var is a non-empty array (v3)

Micro-benchmark various method of checking for non-empty array on arbitrary variable

var is a non-empty array (v2)

Micro-benchmark various method of checking for non-empty array on arbitrary variable

var is a non-empty array

Micro-benchmark various method of checking for non-empty array on arbitrary variable

lodash uniq vs set 20230703

No description provided

setPrototypeOf vs getPrototypeOf

No description provided

defineProperty vs assign vs set

No description provided

check index access speed

speed

dfdxstraight 2

No description provided

dfdxstraight

No description provided

contains vs closest 2

No description provided

Array.find vs. Map.get (small scale)

No description provided

ISO 8601 parsing

No description provided

moment(string) vs moment(new Date(string)) vs new Date(string)

No description provided

Moment.js string vs Date in constructor

No description provided

Math.round vs 0.5 << 0

No description provided

toLocaleString vs regex

No description provided

concat vs Destructuring

No description provided

JSON stringify vs array join 2

No description provided

_.pickBy vs native vs ES6 Filter

No description provided

<script src='https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.15/lodash.min.js'></script>

No description provided

String.includes vs. multiple String.endsWith

If what you're looking for is expected to be at the end of a string, is it faster to test multiple known setups from the end of the string?

Sorting array

No description provided