Benchmark name | When Created |
---|---|
Mapping of Map: for of VS destructuring of values | 6 months ago |
Convert Set to Array | 6 months ago |
Map for map vs entries.map | 6 months ago |
String() vs .toString() vs template-string vs string-concat fixed | 6 months ago |
String() vs .toString() vs template-string vs string-concat | 6 months ago |
getCookie variations | 6 months ago |
new set vs reusing set | 6 months ago |
.at vs bracket notation
.at vs bracket notation |
6 months ago |
stringCount REDUCE VS FOREACH
Write a function named `stringCount` that takes in an array of strings and returns an object where the keys are the strings from the array and the value of each key is a count of how many times the string appears in the object. If there are duplicate strings the values should reflect that. |
6 months ago |
highestFrequencyString-2
Write a function named `highestFrequencyString` that takes in an array of strings and returns the string with the highest frequency in the array and how many times it appears. |
6 months ago |
highestFrequencyString
1. Write a function named `highestFrequencyString` that takes in an array of strings and returns the string with the highest frequency in the array and how many times it appears. |
6 months ago |
Markdown Performance Comparison 2024-10-23
A performance comparison of leading JavaScript Markdown implementations. |
6 months ago |
RegEx.test vs. String.includes vs. String.match for multiple results version 3 | 6 months ago |
jQuery versions 3.7.1
benchmark different versions of jquery |
6 months ago |
getCookie string vs regex | 6 months ago |
Deep copy algo vs JSON manipulation - 120k lines of prices | 6 months ago |
Deep copy algo vs JSON manipulation - 6k lines of prices | 6 months ago |
Deep copy algo vs JSON manipulation | 6 months ago |
seperate getcookie vs all cookies (with decode) | 6 months ago |
seperate getcookie vs all cookies | 6 months ago |
If with array or multiple and | 6 months ago |
parseInt vs Number addition test | 6 months ago |
Init array of strings
Strings.split vs array init |
6 months ago |
DataView set vs TypedArray | 6 months ago |
WeakMap vs property access vs array[0] vs symbol access | 6 months ago |