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 think using async for the parts which use read or write calls could improve performance and allow tokio's rt-multi-thread to use multiple cores on write/read of a file.