Benchmark name When Created
Array join vs string template - brackets one year ago
Set vs Filter for unique for me one year ago
8x addEventListener('resize') VS matchMedia()

This benchmark compares using `addEventListener('resize')` with window.innerWidth VERSUS window.matchMedia with its `addListener()` function to see which is faster, when checking multiple conditions (8 different sizes, in this case).

one year ago
Ramda vs. Lodash (without chain)

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

one year ago
Map vs Object 3

Lookup of map vs object

one year ago
xyzabc123 one year ago
xyzabc one year ago
lodash chain vs set one year ago
set by path recursive vs while loop v2 one year ago
set by path recursive vs while loop v1 one year ago
structuredClone vs spread vs Object.assign() one year ago
structuredClone vs spread one year ago
Object.is(value, -0) vs 1/value === -Infinity one year ago
find() vs for...of vs for-ggggloop

Testing the difference between native loops and find()

one year ago
lodash reverse vs native Array.prototype.reverse

Comparing performance of: lodash reverse vs native Array.prototype.reverse

one year ago
Object: Iterate keys

Iterate the keys of an object in a few different ways.

one year ago
lodash clonedeep vs json.parse(stringify()) vs deepClone v6 one year ago
lodash clonedeep vs json.parse(stringify()) vs deepClone v5 one year ago
lodash clonedeep vs json.parse(stringify()) vs deepClone v4 one year ago
1000 Objects in a 10000 Object Pool; Array find vs Map get - using string keys

Comparing array find vs map get

one year ago
10000 Object Pool; Array vs Map Memory V3

Comparing array find vs map get

one year ago
10 Objects in a 100 Object Pool; Array find vs Map get

Comparing array find vs map get

one year ago
1000 Objects in a 10000 Object Pool; Array find vs Map get

Comparing array find vs map get

one year ago
lodash clonedeep vs json.parse(stringify()) vs deepClone v3 one year ago
str.match vs 2x str.Split

Test String.match with regex against double String.split with string. Extracting a YT video id from href.

one year ago

 New benchmark Your benchmarks