Benchmark name When Created
Branching if-else-if, if-return, lodash cond v2 5 years ago
for vs foreach vs map vs (map, filter reduce) 5 years ago
Digit extraction 5 years ago
_.set Lodash.js vs Native 5 years ago
undefined vs. typeof vs. in vs. hasOwnProperty vs bool

Object lookup performance

5 years ago
querySelectorAll vs. getElementsByClassName with forEach 5 years ago
Object.assign vs spread operator - Jay 5 years ago
Lodash cloneDeep vs JSON Clone large Json 5 years ago
ruse compiler factorial 004 5 years ago
ruse compiler factorial 003 5 years ago
ruse compiler factorial 002 5 years ago
ruse compiler factorial 001 5 years ago
Lodash: difference vs intersection vs includes 5 years ago
Array push vs spread vs concat

When adding an element to an array, measure the performance of push, spread syntax and concat. The case is when original array must contain the new element, thus modifying it in process.

5 years ago
createElementTree ForEach 2 5 years ago
createElementTree ForEach 5 years ago
Testingas AngularGas5 5 years ago
Testingas AngularGas2 5 years ago
Testingas AngularGas 5 years ago
Lodash Vanilla (+ Chained) vs Lodash FP vs Native 5 years ago
Lodash Vanilla vs Lodash FP 5 years ago
ruse js object vs array 5 years ago
ruse equal benchmark 5 years ago
func vs js object vs symbol 5 years ago
Performance of Object.values(obj) vs_.values() vs for...in to extract values from an object

Compare performance between the native Object.values(obj) function vs the lodash _.values() option and a function that extracts the values of an object using a for...in loop.

5 years ago

 Create Your benchmarks


;