Benchmark name | When Created |
---|---|
lodash.each vs Object.forEachsss | 4 years ago |
Iterating over string | 4 years ago |
Object Deep Copy with jQuery
Produce a deep copy of a Javascript object where nested objects are not simply references to the originals. |
4 years ago |
jQuery 2.2.0 vs Vanilla JS SetText Speed Test
Pure JS .innerText vs Pure JS .innerHTML vs Pure JS .textContent vs jQuery .text() vs jQuery .html() vs jQuery .find() vs jQuery .find().html() |
4 years ago |
Array .push() vs .unshift() 2 | 4 years ago |
JavaScript spread operator vs Object.assign performance - large object | 4 years ago |
Array.prototype.concat vs ...spreadOperator vs $.merge
Compare the new ES6 spread operator with the traditional concat() method |
4 years ago |
create DOM Element Test
createElement, innerHTML, cloneNode方法创建DOM元素时间测试 |
4 years ago |
fors vs for..of vs NodeList.forEach vs Array.forEach vs jQuery.each | 4 years ago |
multiple Map usesage | 4 years ago |
className vs. classList v2 | 4 years ago |
REDUCE vs FOR 2018-09 | 4 years ago |
Map bench2 | 4 years ago |
Map bench | 4 years ago |
Lodash _.forEach vs Object forEach | 4 years ago |
Find item in large array - Fork
Search through a large array. |
4 years ago |
Find item in array - Fork
Add Lodash _.findIndex(); testcase. |
4 years ago |
Lodash isEqual test with different number of elements
Test on isEqual performance |
4 years ago |
Lodash isEqual test with different number of properties
Test on isEqual performance |
4 years ago |
className vs. setAttribute vs. classList - add/remove class | 4 years ago |
Find item in array | 4 years ago |
lodash map vs Object.keys map 1234
lodash map vs Object.keys map |
4 years ago |
lodash map vs Object.keys map 12345
lodash map vs Object.keys map |
4 years ago |
exercism-pangram
Test different pangram evaluations |
4 years ago |
dna-transcription
Tests the efficiency between using .replace(), .split().map().join(), and .split().reduce() to edit single character values in a DNA string. |
4 years ago |