Benchmark name When Created
Lodash isEmpty vs Length < 1 check

Checking length comparison vs isEmpty comparison

28 days ago
switch on object references 28 days ago
for vs foreach vs for..of vs for..of over entries vs for in 2

Compare loop performance

28 days ago
Mapping of Map: for of VS destructuring of values 28 days ago
Convert Set to Array 28 days ago
Map for map vs entries.map 28 days ago
String() vs .toString() vs template-string vs string-concat fixed 28 days ago
String() vs .toString() vs template-string vs string-concat 28 days ago
getCookie variations 28 days ago
new set vs reusing set 28 days ago
.at vs bracket notation

.at vs bracket notation

29 days 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.

29 days 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.

29 days 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.

29 days ago
Markdown Performance Comparison 2024-10-23

A performance comparison of leading JavaScript Markdown implementations.

29 days ago
RegEx.test vs. String.includes vs. String.match for multiple results version 3 29 days ago
jQuery versions 3.7.1

benchmark different versions of jquery

29 days ago
getCookie string vs regex 29 days ago
Deep copy algo vs JSON manipulation - 120k lines of prices 29 days ago
Deep copy algo vs JSON manipulation - 6k lines of prices 29 days ago
Deep copy algo vs JSON manipulation 29 days ago
seperate getcookie vs all cookies (with decode) 29 days ago
seperate getcookie vs all cookies 29 days ago
If with array or multiple and 29 days ago
parseInt vs Number addition test 29 days ago

 Create Your benchmarks


;