Hacker News new | ask | show | jobs
by snapcore 1907 days ago
I was under the impression the Strassen method was rarely used because it has a number of drawbacks such as harder to parallelize, uses more memory, has bigger constants for complexity, less stable, etc.

It's not really designed to be optimal for the current hardware, but just to lower the number of steps. It could be more useful in the future though.