>>107052716
I also didn't dick around with C/C++ enough to claim that I can write performant code.
It really cannot save you from writing code that the compiler doesn't really churn into performant assembly.
Math doesn't save you from writing code that gets the CPUs cache and branch predictor worked the f-up.
Okay there are algorithms spacial complexities etc.
I would also consider that sometimes algorithms are more about "actions" than about math.
Or about what a given algorithm when implemented/a pre-made implementation used does functionally.
Like quantized DCT-II letting you quantize frequency of change of information in horizontal or vertical directions etc.
Math can save you at times, don't get use wrong, but it doesn't matter when React Native is redrawing the interface 100/200 times per every element present, because someone wrote something incorrectly or the framework let's you easily write such a mistake.