ytdl-sub/tools/docgen
Jesse Bannon 4d0123c8b0
[BACKEND] Optimize memory usage (#872)
Reduce memory usage significantly when pulling large channels all at once by
- Not loading entry script until it is being processed
- Deleting the entry memory once fully processed
- Disable yt-dlp from keeping entry info in memory since ytdl-sub reads it from file
2024-01-05 13:04:01 -08:00
..
docgen.py [DOCS] Tooling to auto-generate custom sphinx docs (#849) 2023-12-28 22:39:59 -08:00
entry_variables.py [REFACTOR] Organize variable definitions (#860) 2023-12-29 14:39:19 -08:00
plugins.py [BACKEND] Optimize memory usage (#872) 2024-01-05 13:04:01 -08:00
scripting_functions.py [DOCS] Tooling to auto-generate custom sphinx docs (#849) 2023-12-28 22:39:59 -08:00
static_variables.py [DOCS] Advanced scripting usage, rename Overrides to Static (#866) 2024-01-01 00:01:46 -08:00
utils.py [REFACTOR] Organize variable definitions (#860) 2023-12-29 14:39:19 -08:00