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
All file operations are currently spawned on a thread pool with spawn_blocking which is rather expensive. We should document these performance considerations a lot better than we are doing now.
All file operations are currently spawned on a thread pool with
spawn_blockingwhich is rather expensive. We should document these performance considerations a lot better than we are doing now.Refs: #1976, #1844