Benchmark name When Created
Map (Native vs Ramda vs Lodash vs Lodash/fp vs Immutable)

measures the speed of ramda's map vs Array's native map vs lodash map vs Immutable map

6 years ago
Array.prototype.concat vs spread operator1

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

6 years ago
test001

g

6 years ago
testte 6 years ago
slice VS splice VS shift: who is the fastest to keep constant size

100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower

6 years ago
test stuff 6 years ago
Lodash vs Native reduce on object - updated 2 6 years ago
JavaScript fastest way to clone an object 6 years ago
Object.assign vs spread operatorasdasdsadas 6 years ago
Object.assign vs spread vs jQuery.extend 6 years ago
np sorting test 6 years ago
Object Literal vs Object as Function 6 years ago
Switch vs Object Literal 6 years ago
jQuery 3.3.1 selector vs jQuery 1.9.0 vs document.querySelector vs document.getElementById

Comparing speed of jQuery 3.3.1 selector, jQuery 1.9.0, vanilla JS querySelector, and vanilla JS getElementById

6 years ago
Includes vs indexOf

Includes vs indexOf

6 years ago
jquery vs vanilla 6 years ago
data management

functions vs indexing

6 years ago
Map vs Math Pow 6 years ago
Array.find vs Object 6 years ago
getElementById, querySelector, querySelectorAll and with if 6 years ago
getElementById, querySelector, querySelectorAll 6 years ago
getElementById, querySelectorAll 6 years ago
spread vs Object.assign for reduce callback with large dataset 6 years ago
spread vs Object.assign for reduce callback 6 years ago
spread vs mutation vs Object.assign for reduce callback 6 years ago

 Create Your benchmarks


;