Reda Bouaida
Reda Bouaida
Thank you for considering this proposal and for your response. * _In regards to performance improvement_: I have created a script to benchmark the performance of f-strings and %-strings for...
Hi, I'd love to take a look :)
What I have tried to explore so far is to implement a [`OpenDALFileSystem`](https://github.com/3ok/opendal/blob/opendal-fsspec-exploration/bindings/python/python/opendal/fsspec.py) that inherits from `fsspec.AbstractFileSystem`. It's just a thin wrapper around `opendal.Operator`. By implementing a few methods I...
> Perfect, mostly looks good to me! The only issue I'm considering is whether to make it a separate package. This way, users won't need to install fsspec if they...
I agree, seems like a practical first step. I will continue working on this and hopefully send a PR in the coming days.