logoalt Hacker News

MangoToupelast Saturday at 11:06 AM1 replyview on HN

Time series is vector processing on easy mode, though. The hard part is applying SIMD to problems that aren't shaped to be easily processed in parallel.


Replies

jgalt212last Saturday at 11:23 AM

Fine. What's canonical or most basic example of where SIMD should be applied, but isn't because it's too tricky to do so?

In our shop, we never look to vectorize any function or process unless it's called inside a loop many times.

show 2 replies