diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-15 18:23:54 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-15 18:23:54 +0200 |
commit | 8a42c835a0dd1fcaa3475938d9442199d57acf75 (patch) | |
tree | 3787bd344c0fe72d51cecf9fa92a998192aafd4a /crates/bytes | |
parent | perf(yt/update/updater): Acknowledge, that `yt_dlp` has a sync API (diff) | |
download | yt-8a42c835a0dd1fcaa3475938d9442199d57acf75.zip |
feat(yt/update): Support grouped updates
Rustpython currently does not use a garbage collector. Thus, every cyclic reference between Python objects results in a memory leak of these objects (as Rustpython uses (A)RCs). The only real way to workaround the memory leaks, is by restarting the whole process, and this `--grouped` flag seems to be the best solution for that.
Diffstat (limited to 'crates/bytes')
0 files changed, 0 insertions, 0 deletions