yt update is very slow (and not at all parallelized)

9ce4ba3
Opened by Benedikt Peetz <benedikt.peetz@b-peetz.de> at 2025-03-10 14:57:32

This is sort of caused by Python's GIL, requiring us to either re-exec yt completely instead of simply starting a new thread or writing the paralell fetching in python.