Benchmark name When Created
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.

6 years ago
Array.indexOf() 6 years ago
JavaScript spread operator vs Object.assign performance vs. Native Assignment 6 years ago
spread vs ramda filter vs boolean filter

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

6 years ago
spread vs ramda filter

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

6 years ago
for vs foreach vs map

Compare loop performance

6 years ago
Map vs forEach GOLGOTHA 6 years ago
Object.assign vs spread operator ... 6 years ago
Native XHR vs jQuery Ajax3 6 years ago
Splice vs spread insert

Splice vs spread

6 years ago
Array.prototype.concat vs spread operator vs spread push

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

6 years ago
Traversing objects 6 years ago
forEach, for, map 6 years ago
Test Immutable ToJS vs get 6 years ago
Object.assign vs spread operator perf 6 years ago
For Of (test fork) 6 years ago
native vs lodash

native vs lodash using foreach

6 years ago
For Of 6 years ago
Lodash vs for of

Testing lodash vs for of

6 years ago
var only vs let + const 6 years ago
jQuery by id vs Document.getElementById 1.12.4

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

6 years ago
Lodash cloneDeep vs JSON Clone (Big) 6 years ago
Lodash cloneDeep vs JSON Clone v. 3 6 years ago
MarkTest11

NA

6 years ago
MarkTest1

NA

6 years ago

 Create Your benchmarks


;