You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This blog-post (https://llogiq.github.io/2018/09/06/fast.html) by @llogiq hints to how to parallelize the fannkuch_redux example with rayon. We should add an algorithm that does this, trying to keep the code readable.