-
- Downloads
bestellanforderung: Optimize
Instead than generating entries for all documents and then drop the ones already present in the ledger, immediately skip folders for which an entry with a corresponding "documentation" metadata entry already exists. This makes a substantial differnece in run time now that there is a large number of folders. Switch from os.listdir() to os.scandir() to speed up directory walking.
Loading
Please register or sign in to comment