Hacker News new | ask | show | jobs
by tarnith 1107 days ago
I've also run into this thinking, and have been looking to solve it in codebases I'm working on.

I've run across: https://github.com/aff3ct/MIPP but have not worked with it extensively yet. It looks to be a solution to the rewriting X parallel pipeline into Y SIMD extensions.

Perhaps something like this, or languages introducing something similar into their standard libraries/modules would be a solution.

None of this of course solves the run-time detection of capability/growing binary size to support such.