universal_pathlib: Python pathlib API extended to use fsspec back ends (like S3)
pathlib api extended to use fsspec backends. Contribute to fsspec/universal_pathlib development by creating an account on GitHub. (more…)
Read more »
Every time you create an instance of a class in Python, you are using up some memory–including overhead that might actually be larger than the data you care about. Create a million objects, and you have a million times the overhead. And that overhead can … Read more