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'm currently using the 0.12.1 release of Cosmic text and I use the std feature set. It seems that rayon is always enabled under this configuration and I wonder if it would be possible to make rayon fully optional even when using std? My issue is that I'm running on a fairly constrained platform with only 4 cores/threads so I need to take a bit more care of how everything is running there manually.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm currently using the
0.12.1
release of Cosmic text and I use thestd
feature set. It seems that rayon is always enabled under this configuration and I wonder if it would be possible to make rayon fully optional even when using std? My issue is that I'm running on a fairly constrained platform with only 4 cores/threads so I need to take a bit more care of how everything is running there manually.Thanks!
The text was updated successfully, but these errors were encountered: