Benchmark name | When Created |
---|---|
Native JS: concatenate string with + vs template literals vs String.concat_0
find best solution for concatenate 4 strings |
3 years ago |
Native JS: concatenate string with + vs template literals vs String.concat my
find best solution for concatenate 4 strings |
3 years ago |
Split vs substring: parse string of many values
Array split vs string substring: parse string of many values separated by spaces |
3 years ago |
testing canvas | 3 years ago |
Object copy loop compare | 3 years ago |
Array.from vs spread 123 | 3 years ago |
Assign vs Destructuring | 3 years ago |
Remove by splice vs copyWithin vs filter vs set.delete
Deletion of an element from an array. |
3 years ago |
Array concat vs spread operator on NodeList
Compare the new ES6 spread operator with the traditional concat() method |
3 years ago |
=== undefined vs hasOwnProperty | 3 years ago |
test124124124124 | 3 years ago |
Lodash vs Ramda - equals | 3 years ago |
function call vs object reference | 3 years ago |
Array.prototype.concat vs spread operator vs underscore flatten
Compare the new ES6 spread operator with the traditional concat() method |
3 years ago |
Delete vs destructure for objects 2
Measure the performance of delete versus removing a prop from an object |
3 years ago |
Date.now() vs new Date() | 3 years ago |
Private vs public class field access
This benchmark works in latest Chrome. It will not run in Firefox, until Firefox version 90, which should come out soon. |
3 years ago |
Lodash cloneDeep vs returning new instance of object
var MyObject = { description: 'Creates a deep copy of source, which should be an object or an array.', myNumber: 123456789, myBoolean: true, jayson: { stringify: 'JSON.stringify() method converts a JavaScript value to a JSON string....', parse: 'JSON.parse() method parses a JSON string...' } }; |
3 years ago |
AVG ramda vs vanila | 3 years ago |
filter vs splice index
See if filter is faster than splice method for deletion |
3 years ago |
Markdown–DOM Performance Comparison 11
A performance comparison of leading Javascript Markdown implementations. |
3 years ago |
Markdown–DOM Performance Comparison 10
A performance comparison of leading Javascript Markdown implementations. |
3 years ago |
Markdown–DOM Performance Comparison 8
A performance comparison of leading Javascript Markdown implementations. |
3 years ago |
Markdown–DOM Performance Comparison 7
A performance comparison of leading Javascript Markdown implementations. |
3 years ago |
Markdown Performance Comparison Redux
A performance comparison of leading Javascript Markdown implementations. |
3 years ago |