cvsclient: Optimize use of temporary files
- Jan 25, 2024
-
-
Antoine Lambert authored
Create the file to write directly in the method implementation using a context manager instead of providing it as parameter.
-
Antoine Lambert authored
It enables to avoid creating too many temporary files by keeping file bytes in memory when the file size is lower than a cutoff value.
-