# [2021.07.15] Going parallel one more time

Initially, I tried to use Python multiprocessing, but unfortunately,
it supposes the function to be executed in parallel to be picklable.
So, I ended up using GNU Parallel, and I can only repeat, it's an
incredible tool.