Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Spread operator vs apply

Compare the differing ways you can call a function with arbitrary arguments dynamically

math pow vs multiply 8 times

No description provided

Date.parse vs new Date with comparison

No description provided

testing dom sp33d

x

FilterArray

Testing if statement of filter array is in fact

Filter

Testing if statement of filter array is in fact

angular.copy (v1.2.24) vs JSON.parse(JSON.stringify())

FIguring out the performance differences between using the operations in the name on copying an array of objects considering the fact that other methods of copying (slice, concat, etc.) are shallow copies and end up being by reference instead of by value.

params in lodash get

No description provided

reduce with object spread vs foreach with adding vs reduce without spread

No description provided

reduce with object spread vs foreach with adding

No description provided

test object copy vs adding properties

No description provided

Ramda vs. Lodash v-jm

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

for...in vs _.values().map

No description provided

Object.assign vs spread operator new object

No description provided

concat AB

No description provided

push vs spread vs concat two big arrays 100000

No description provided

push vs spread vs concat two big arrays 1000000

No description provided

push vs spread vs concat two big arrays 2

No description provided

push vs spread vs concat two array

No description provided

Switch vs Object Literal 3

No description provided

Array.prototype.concat vs spread operator for joining arrays incrementally

No description provided

Array.prototype.find vs Lodash find 2

No description provided

Array.prototype.every vs Lodash every

No description provided

Array.prototype.some vs Lodash some

No description provided

Array.prototype.find vs Lodash find

No description provided