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
The native backend is not yet optimized for operating on small arrays. Detect the case where multithreading is more expensive than the work itself and, if so, run on a single thread without synchronization.