Benchmark name | When Created |
---|---|
Measure date regex | one month ago |
getComputedStyle vs style.getPropertyValue vs. getBoundingClientRect | one month ago |
style.getPropertyValue vs. getBoundingClientRect | one month ago |
reduce vs map,filter | one month ago |
reduce vs map-filter | one month ago |
Lodash isEmpty vs Length < 1 check
Checking length comparison vs isEmpty comparison |
one month ago |
switch on object references | one month ago |
for vs foreach vs for..of vs for..of over entries vs for in 2
Compare loop performance |
one month ago |
Mapping of Map: for of VS destructuring of values | one month ago |
Convert Set to Array | one month ago |
Map for map vs entries.map | one month ago |
String() vs .toString() vs template-string vs string-concat fixed | one month ago |
String() vs .toString() vs template-string vs string-concat | one month ago |
getCookie variations | one month ago |
new set vs reusing set | one month ago |
.at vs bracket notation
.at vs bracket notation |
one month 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. |
one month 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. |
one month 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. |
one month ago |
Markdown Performance Comparison 2024-10-23
A performance comparison of leading JavaScript Markdown implementations. |
one month ago |
RegEx.test vs. String.includes vs. String.match for multiple results version 3 | one month ago |
jQuery versions 3.7.1
benchmark different versions of jquery |
one month ago |
getCookie string vs regex | one month ago |
Deep copy algo vs JSON manipulation - 120k lines of prices | one month ago |
Deep copy algo vs JSON manipulation - 6k lines of prices | one month ago |