Hacker News new | ask | show | jobs
by snovv_crash 1451 days ago
Would it be possible to vectorize the mathematical operations so that the hotspot isn't the interpreter?
1 comments

Yes, the numeric evaluation is vectorized via the Accelerate Framework's vForce and vDSP APIs. That is a significant performance improvement. The numeric evaluation remains a hotspot with vectorization, as that is where the app does most of its work.