Benchmark name | When Created |
---|---|
MapBy reduce vs foreach | 4 months ago |
native reverse findLastIndex vs lodash _.findLastIndex
Compare lodash findLastIndex with native findLastIndex |
4 months ago |
js-xss vs DOMPurify | 4 months ago |
binary check1 | 4 months ago |
binary check | 4 months ago |
slice vs substring vs [] vs charAt vs charCodeAt | 4 months ago |
ES6 Class vs Prototype vs Object Literal (modified)
Test the speed and memory usage using 3 different techniques for constructing class objects. |
4 months ago |
testeeeeeeee | 4 months ago |
Array = Array.concat(Array) vs Array.push(...Array)
Compares array concatenation via the classic "concat" method and the "push" with a spread operator. |
4 months ago |
Attribute existence check within NamedNodeMap
Comparing perf of iterating through a NamedNodeMap in syncNodeFrom vs an Array created from said map. In this variant, we only create the array for the element being modified. |
4 months ago |
Array.find vs. Map.get with 50 and 100 items
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map |
4 months ago |
Single Array & NamedNodeMap
Comparing perf of iterating through a NamedNodeMap in syncNodeFrom vs an Array created from said map. In this variant, we only create the array for the element being modified. |
4 months ago |
Array vs NamedNodeMap
Comparing perf of iterating through a NamedNodeMap in syncNodeFrom vs an Array created from said map. |
4 months ago |
Array.find vs. Map.get by array
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map |
4 months ago |
Array.find vs. Map.get smaller
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map |
4 months ago |
Test array concat with larger array | 4 months ago |
Test array concat | 4 months ago |
clientWidth vs offsetWidth vs style.width | 4 months ago |
Array.find vs. Map.get semua
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map |
4 months ago |
Using at() vs [offset + n] for multiple assignment | 4 months ago |
Decimal.js vs Native | 4 months ago |
Class method versus factory manager | 4 months ago |
String reversal 3 | 4 months ago |
String reversal 2 | 4 months ago |
reverse string test | 4 months ago |