Benchmark name When Created
Ramda vs. Lodash

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.

6 years ago
Ramda vs. Lodash

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.

6 years ago
Ramda vs. Lodash

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.

6 years ago
IndexOf vs regex

Using indexOf instead of regex to find a sub string

6 years ago
Lodash isEqual and then group vs only grouping messages

Tests

6 years ago
querySelector vs getElementsByClassName 6 years ago
lodash.each vs Object.forEach 6 years ago
Check date comparison 6 years ago
Lodash sort vs array.prototype.sort 6 years ago
jQuery by className vs Document.getElementsByClassName

Comparing speed of getting element by class name with jQuery vs Vanilla JS

6 years ago
jQuery by className vs Document.getElementsByClassName

Comparing speed of getting element by class name with jQuery vs Vanilla JS

6 years ago
for vs foreach vs some

Compare loop performance

6 years ago
jQuery CSS3 :not vs .not()

Using jQuery 3.3.1, compare speed of CSS3 pseudo-class :not versus .not() method.

6 years ago
date formatter libraries 6 years ago
Spread vs Slice

Cast a classList to an array with Array.prototype.slice.apply() or the babel transpile of [...classList]

6 years ago
spread vs concat 2 6 years ago
Lodash Uniq vs Javascript Set 6 years ago
Lodash vs Ramda 6 years ago
document.querySelectorAll (from document) vs parent.querySelectorAll (from an element)

Comparing speed of that on a large sample HTML document.

6 years ago
document.querySelector (from document) vs parent.querySelector (from an element)

Comparing speed of that on a large sample HTML document.

6 years ago
document.getElementsByClassName (from document) vs parent.getElementsByClassName (from an element)

Comparing speed of that on a large sample HTML document.

6 years ago
document.getElementById vs GetChildElementById

Comparing speed of getting element by id with two different methods.

6 years ago
document.getElementById vs GetChildElementById

Comparing speed of getting element by id with two different methods.

6 years ago
document.getElementById vs GetChildElementById

Comparing speed of getting element by id with two different methods.

6 years ago
Array.prototype.concat vs spread operator

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

6 years ago

 Create Your benchmarks


;