Benchmark name | When Created |
---|---|
binary check1 | 8 hours ago |
binary check | 9 hours ago |
slice vs substring vs [] vs charAt vs charCodeAt | 2 days ago |
ES6 Class vs Prototype vs Object Literal (modified)
Test the speed and memory usage using 3 different techniques for constructing class objects. |
2 days ago |
testeeeeeeee | 2 days ago |
Array = Array.concat(Array) vs Array.push(...Array)
Compares array concatenation via the classic "concat" method and the "push" with a spread operator. |
2 days 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. |
2 days 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 |
2 days 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. |
2 days ago |
Array vs NamedNodeMap
Comparing perf of iterating through a NamedNodeMap in syncNodeFrom vs an Array created from said map. |
2 days 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 |
2 days 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 |
2 days ago |
Test array concat with larger array | 2 days ago |
Test array concat | 2 days ago |
clientWidth vs offsetWidth vs style.width | 2 days 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 |
2 days ago |
Using at() vs [offset + n] for multiple assignment | 3 days ago |
Decimal.js vs Native | 3 days ago |
Class method versus factory manager | 3 days ago |
String reversal 3 | 3 days ago |
String reversal 2 | 3 days ago |
reverse string test | 3 days ago |
String reversal | 3 days ago |
Array+fill vs Array.from() | 3 days ago |
spread call vs apply | 3 days ago |