Hello,
In my quest to optimize the performance of my fractal generator, I've come to think about multi-threading.
Someone here mentioned the fact that the Cortex A8 is good at multi-threading, is that true?
Should I expect a serious increase in performance?
If so, writing code in C how would I...