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
What are the benefits to swiftly from switching to NIOFilesystem? One reason appears to be that the operations are asynchronous, which could work well with the async codebase here.
It looks like NIOFilesystem uses FilePath from System(Package), which is nice in the sense that it preserves the OS native path structure instead of normalizing to a URL, or using a bare string without the path arithmetic operations. We could start with sweeping all of the URL paths, changing them into FilePaths.
No description provided.
The text was updated successfully, but these errors were encountered: