Benchmark name | When Created |
---|---|
jQuery Version Test2
jQuery Version Test |
6 months ago |
Lodash uniqBy vs loop+Map | 6 months ago |
lodash uniq vs Array.from(new Set()) vs spread new Set() v3 strings vs loop | 6 months ago |
Regex vs startswith and slice | 6 months ago |
Deletion: splice vs filter vs loop | 6 months ago |
Compare isNaN vs Hack Checking | 6 months ago |
setAttribute vs individual styles vs cssText | 6 months ago |
String concatenation vs array join aaaaa | 7 months ago |
DeepClone vs Assign
Testing deepClone vs object.Assign |
7 months ago |
RegEx vs Reduce | 7 months ago |
Call or check | 7 months ago |
innerText vs textContent reading | 7 months ago |
Lodash cloneDeep vs Lodash clone vs Array.slice() vs. Object.assign() (10000 items)
For times when a shallow copy is needed for 10000 items, what is the performance difference between these 3 methods. |
7 months ago |
Array.slice() vs. Spread operator (10000 items)
For times when a shallow copy of an Array of size 10000 is needed, what is the performance difference between these 2 methods. |
7 months ago |
Array.slice() vs. Spread operator
For times when a shallow copy of an Array is needed, what is the performance difference between these 2 methods. |
7 months ago |
Option[Double]: box vs unbox fix | 7 months ago |
Option[Double]: box vs unbox | 7 months ago |
comparison int and string
Comparing performance of: int comparison vs string compare |
7 months ago |
Traverse function vs NodeIterator vs TreeWalker (elements)
Let's compare the speed of 3 different ways to traverse the DOM. |
7 months ago |
Traverse function vs NodeIterator vs TreeWalker (modified)
Let's compare the speed of 3 different ways to traverse the DOM. |
7 months ago |
While vs For Loop - Luigi 3 | 7 months ago |
While vs For Loop - Luigi | 7 months ago |
Iteration Array for-of vs Map for-of 5
Iteration Array for-of vs Map for-of |
7 months ago |
Iteration Array for-of vs Map for-of 4
Iteration Array for-of vs Map for-of |
7 months ago |
Iteration Array for-of vs Map for-of 3
Iteration Array for-of vs Map for-of |
7 months ago |