yt update is very slow (and not at all parallelized)
9ce4ba3
Opened by Benedikt Peetz <benedikt.peetz@b-peetz.de> at
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.