Browse the latest JavaScript performance benchmarks created by the community.
No description provided
This benchmark compares using `addEventListener('resize')` with window.innerWidth versus window.matchMedia with it's`addEventListener()` function to see which is faster.
No description provided
apply VS call
No description provided
No description provided
Test on isEqual performance
No description provided
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.
Is it faster to run a noop (no-op, no op) function in javascript or is it faster to check if a function exist before calling it? let's find out!
Is it faster to run a noop (no-op, no op) function in javascript or is it faster to check if a function exist before calling it? let's find out!
No description provided
No description provided
TEST FLDNJFLNDLFNDLNFDNFLDS
No description provided
No description provided
No description provided
No description provided
No description provided
when a Set() may or may not contain entries, is it more efficient to check Set.size before starting a for...of loop or does it not matter?
When iterating over a Map and clearing after iteration is required, is it faster to remove items at each iteration step or is it faster to iterate and then clear() the entire Map afterwards?
No description provided
No description provided
Measures speed between using padStart and splice and conditional
No description provided