Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

template literal vs allocated array.join vs unallocated array.join vs string.concat vs the + operator

No description provided

typeof vs cached typeof (3 scans)

No description provided

typeof vs cached typeof (2 scans)

No description provided

template literal vs array.join vs unallocated array.join vs string.concat vs the + operator

No description provided

template literal vs array.join vs string.concat vs the + operator

No description provided

test ABS 6

No description provided

Math.abs(x) v pow(x, 2)

No description provided

test ABS 5

No description provided

Creating Date vs Moment

No description provided

test ABS 4

No description provided

test ABS 3

No description provided

test ABS 2

No description provided

Function overhead

No description provided

Lodash toString vs js String Constructor vs append '' vs ``

No description provided

slice vs substr vs substring (with end index 2)

Compares slice, substr and substring to each other

lodash UniqueWith vs custom filter with isEqual for duplicates

No description provided

Ramda range vs Array.from

No description provided

flatMap vs reduce (0302)

No description provided

Array slice vs for loop 1000 elements

No description provided

Simple time parsing

Compare time parsing functions

Time parsing toot

Compare time parsing functions

lodash pullAt vs native splice

No description provided

typeof vs cached typeof

is it worth caching a typeof result in a loop

for vs for..of vs for..in vs foreach

Compare loop performance

find() vs for...of vs for-loop simple

Testing the difference between native loops and find()