Benchmark name When Created
Ramda vs. Lodash v2

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.

2 years ago
Babel Optional Chaining versus Lodash Get (via array) 2 years ago
noop vs conditional execution (fixed)

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!

2 years ago
noop vs conditional execution

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!

2 years ago
Selectors Js 2 years ago
Ramda.prop() vs native js 2 years ago
TEST FLDNJFLNDLFNDLNFDNFLDS

TEST FLDNJFLNDLFNDLNFDNFLDS

2 years ago
New Array Object vs New Array Literal 2 years ago
Lodash "uniqWith" "unionBy" "uniqBy" 6 Custom 2 years ago
Switch vs Object Literal vs If Else vs Map - testing with simpler data again 2 years ago
Slice vs Filter (sp) 2 years ago
MomentVSVanilla 2 years ago
Moment VS Vanilla 2 years ago
loop over Set conditionally vs non-conditionally

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?

2 years ago
Map() delete while iterating vs clear

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?

2 years ago
join vs trim vs filter 2 years ago
join vs string + trim 2 years ago
padStart vs splice vs conditional

Measures speed between using padStart and splice and conditional

2 years ago
Concat vs Spread for Large Arrayss 2 years ago
RegEx.test vs. String.includes vs. String.match nested 2 years ago
RegEx.test vs. String.includes vs. String.match dot 2 years ago
Testststs 2 years ago
arr[item] vs a < 5 && b > 0 2 years ago
var vs let Jeremy 2 years ago
Lodash.js isEmpty vs Native on Map 2 years ago

 New benchmark Your benchmarks