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
I thought about this, but I think we also increase the stack size of the threads we spawn. So I think we need to always span at least one thread to be able to control its stack size.
We currently use rayon unconditionally but we should be able to avoid this entirely if we're running with a single thread.
The text was updated successfully, but these errors were encountered: