I checked if computing the proposals with a parallel stream would be beneficial. Turns out the stream uses several threads, but the overall computation is not faster, because each individual computation is slower.
I checked if computing the proposals with a parallel stream would be beneficial. Turns out the stream uses several threads, but the overall computation is not faster, because each individual computation is slower.