Scaling of @threads for "embarrassingly parallel" problem

GC is not multi-threaded but is parallelized when you do multi-process. This makes sense and just means you need to reduce allocation in your workload

1 Like