Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

void 0 vs undefined

No description provided

.filter(Boolean) vs .filter(e => e)

No description provided

Object.assign vs Polyfill

No description provided

Re-usable regex

No description provided

Split String VS Split Regex

No description provided

list push vs splice into the end of array

No description provided

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

Compare loop performance

Md5 hashing Spark-md5 node-md5

No description provided

Md5 hashing jshashes Spark-md5 1

No description provided

Md5 hashing jshashes Spark-md5

No description provided

Vanilla JS, Cash, jQuery and Umbrella - GetID Speed Test

No description provided

jQuery.each() vs Array.prototype.forEach() vs _.each()

No description provided

testtesttesttesttestv

hihihihihi

testtesttesttesttest

testtesttesttesttest

delete vs _.unset

For Josh to consider _.unset over JS delete

A.push(B) V.S. [ ...A, B ]

Comparing the various ways to append to a large array

Serialize form to check if modified

No description provided

While loop vs Closest vs QuerySelector

No description provided

Reduce vs Map+FromEntries vs for loop vs forEach

No description provided

12-4125-15-215-125-251-1

No description provided

array from string and slice or substring and array from shorter string

Compares slice, substr and substring to each other when there is only a start index

Date() vs Date(YY,MM,DD,hh,mm)

No description provided

Custom Deep Merge vs Lodash Merge

No description provided

Test perfomance

No description provided

string-manipulation-benchmark

Comparing interpolation, concatenation and join.