Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Ponyfill vs classList test

No description provided

Wilson Code Review

cdnkld

Regex vs split/join happily

No description provided

angular.copy vs JSON.parse(JSON.stringify()) vs angular.fromJson(angular.toJson())

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.

Array.indexOf()

No description provided

JavaScript spread operator vs Object.assign performance vs. Native Assignment

No description provided

spread vs ramda filter vs boolean filter

<script src="https://cdnjs.cloudflare.com/ajax/libs/ramda/0.25.0/ramda.js"></script>

spread vs ramda filter

<script src="https://cdnjs.cloudflare.com/ajax/libs/ramda/0.25.0/ramda.js"></script>

for vs foreach vs map

Compare loop performance

Map vs forEach GOLGOTHA

No description provided

Object.assign vs spread operator ...

No description provided

Native XHR vs jQuery Ajax3

No description provided

Splice vs spread insert

Splice vs spread

Array.prototype.concat vs spread operator vs spread push

Compare the new ES6 spread operator with the traditional concat() method and push

Traversing objects

No description provided

forEach, for, map

No description provided

Test Immutable ToJS vs get

No description provided

Object.assign vs spread operator perf

No description provided

For Of (test fork)

No description provided

native vs lodash

native vs lodash using foreach

For Of

No description provided

Lodash vs for of

Testing lodash vs for of

var only vs let + const

No description provided

jQuery by id vs Document.getElementById 1.12.4

Comparing speed of getting element by id with jQuery vs Vanilla JS

Lodash cloneDeep vs JSON Clone (Big)

No description provided