Benchmark name When Created
lodash merge vs deepmerge vs simple clone function (multiple style objects) 9 months ago
Strings starts with using startsWith, array access, slice, versus a nested object. 9 months ago
Euclidean distance comparison

A demonstration of efficient and inefficient eculidean distance comparisons

9 months ago
Strings starts with using startsWith, array access, slice. 9 months ago
lodash merge vs deepmerge vs deepmerge-ts vs @fastify/deepmerge vs just-extend (take 3) 9 months ago
Long and dynamic Inheritance => Prototype vs Object Literal - v2 9 months ago
Vue Reactive vs Ref both objects 9 months ago
Long and dynamic Inheritance => Prototype vs Object Literal - v1 9 months ago
Lodash union vs Native Javascript

This benchmark compares the performance of lodash's `union` function with native JavaScript code for creating an array of unique values from all given arrays. The lodash `union` function creates an array of unique values, in order, from all given arrays. The native JavaScript code uses the `Array.prototype.concat()` method combined with `new Set()` to achieve the same result.

9 months ago
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.

9 months 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.

9 months ago
Current Year First Date 9 months ago
ES6 Class vs Prototype with longer chain vs Object Literal

ES6 Class vs Prototype with longer chain vs Object Literal

9 months ago
Object arrays: findIndex vs for loop 22

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

9 months ago
JS Concat vs spread vs push

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

9 months ago
XHR HEAD vs fetch HEAD 9 months ago
Object key access vs array find 100 items yeh ok

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

9 months ago
Object key access vs array find 100 items yeh

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

9 months ago
Array concat vs spread operator vs push vs push apply

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

9 months ago
eval vs new Function vs vanilla 9 months ago
Check speed between filter and findIndex /Slice when removing one item from an array 9 months ago
filter in Math.min 9 months ago
Test Test Test 1 9 months ago
Object: RFDC | Lodash cloneDeep | JSON | jQuery Extend | structuredClone | v2 9 months ago
2D Array: RFDC | Lodash cloneDeep | JSON | jQuery Extend | structuredClone 9 months ago

 New benchmark Your benchmarks