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
we are currently using fsspec.url_to_fs to convert string URLs to fsspec filesystems. url_to_fs can be very slow (~25s in some cases), which adds unnecessary latency given the simplicity of the URLs we need to handle. So we should implement our own version of this function that runs in much less time.
we are currently using
fsspec.url_to_fs
to convert string URLs to fsspec filesystems.url_to_fs
can be very slow (~25s in some cases), which adds unnecessary latency given the simplicity of the URLs we need to handle. So we should implement our own version of this function that runs in much less time.I opened an issue about this upstream: fsspec/filesystem_spec#1768
The text was updated successfully, but these errors were encountered: