Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-vault
Source project has a limited visibility.
Antoine Lambert's avatar
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.
295e4138
History
Name Last commit Last update