1
🏎️ Throughput Priority (Unordered)
The maximum number of
Futures to run simultaneously.The results are ordered by completion time and are not guaranteed to match the input iterable’s order. Prioritize this for maximum speed.
2
✍️ Order Preservation
The maximum number of
Futures to run simultaneously.This requires slightly more internal complexity to manage the results, making it marginally slower but ensuring index reliability.
