Benchmark name When Created
Lodash has vs Native Javascript

This benchmark compares the performance of lodash's `has` function with native JavaScript code for checking if an object has a specific property. The lodash `has` function checks if `path` is a direct property of `object`. The native JavaScript code uses the `in` operator to check if an object has a specific property.

one year ago
Lodash isEmpty vs Native Javascript

This benchmark compares the performance of lodash's `isEmpty` function with native JavaScript code for checking if an object is empty. The lodash `isEmpty` function checks if a value is an empty object, collection, map, or set. The native JavaScript code checks if an object has no own enumerable string keyed properties.

one year ago
Current Year First Date one year ago
ES6 Class vs Prototype with longer chain vs Object Literal

ES6 Class vs Prototype with longer chain vs Object Literal

one year ago
Object arrays: findIndex vs for loop 22

Testing finding an object array via findIndex or by using a for loop

one year ago
Object key access vs array find 100 items yeh ok

Test speed of object access by key vs array find to find object

one year ago
Array concat vs spread operator vs push vs push apply

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

one year ago
eval vs new Function vs vanilla one year ago
Check speed between filter and findIndex /Slice when removing one item from an array one year ago
filter in Math.min one year ago
Test Test Test 1 one year ago
Object: RFDC | Lodash cloneDeep | JSON | jQuery Extend | structuredClone | v2 one year ago
2D Array: RFDC | Lodash cloneDeep | JSON | jQuery Extend | structuredClone one year ago
RFDC | Lodash cloneDeep | JSON | jQuery Extend | structuredClone | on Chrome one year ago
set vs array find if exists v2 one year ago
set vs array find if exists one year ago
Object: RFDC | Lodash cloneDeep | JSON | jQuery Extend | structuredClone one year ago
xxxgfsdgsdgfgggfgfsd one year ago
xxxgfsdgsdgfggg one year ago
xxxgfsdgsdgf one year ago
Delete vs destructure for objects with and without mutating

Measure the performance of delete versus removing a prop from an object without mutating

one year ago
Include vs Binary search in sorted array vs Map.has() vs Object[] (20 elements) one year ago
Array slice vs for loop2 one year ago
Include vs Binary search in sorted array vs Map.has() vs Object[] (25 elements) one year ago
Include vs Binary search in sorted array vs Map.has() vs Object[] (50 elements) one year ago

 Create Your benchmarks