seung-lab / cloud-files

Threaded Python and CLI client library for AWS S3, Google Cloud Storage (GCS), in-memory, and the local filesystem.
BSD 3-Clause "New" or "Revised" License
38 stars 8 forks source link

HTTP/2 #42

Open william-silversmith opened 3 years ago

william-silversmith commented 3 years ago

Can we achieve higher performance with HTTP/2? Can we autodetect when it's supported?

william-silversmith commented 3 years ago

Wondering if now that all supported version can use async/await if perhaps we should use e.g. https://github.com/python-trio/trio in all cases and do away with green threads as a parameter.