|
|
|
|
|
by eternityforest
1281 days ago
|
|
I don't really think the performance hit is that bad, except in odd cases like embedding a browser in an Android app that has to be opened when you load it. It doesn't matter if you have 200 layers of function call on a button click handler, it's going to run in 1ms compared to 200ms to even think about clicking it. Some stuff doesn't matter. However, the code to render the page full of buttons and scroll it smoothly could be performance critical. A one size fits all framework can afford to put tons of effort into optimizing the heavy operations. Handwritten code might not even use GPU acceleration, because there's no reuse and nobody thought it was worth it to spend months on it. |
|
Very noticeable if you are like me and run an older smartphone (Galaxy S5, 2014).