An error occurred while fetching folder content.
Forked from
Platform / Development / swh-vault
Source project has a limited visibility.

Antoine Lambert
authored
Previously when cooking a directory, contents bytes were fetched sequentially which could take a good amount of time for large directories. In order to speedup the cooking process, retrieve the contents bytes in parallel with the help of the concurrent.futures module from the Python standard library which fits particularly well for making loops of I/O-bound tasks concurrent and for issuing tasks asynchronously.
Name | Last commit | Last update |
---|