Background
As a follow up task from the driver parallelization improvements (#3450), the without_unsupported_orders function could be adjusted to also run in parallel from the start. It would take a shared reference and return a set of indices or order uids to discard from the fully built auction.
See #3450 (comment) for more context.
Background
As a follow up task from the driver parallelization improvements (#3450), the
without_unsupported_ordersfunction could be adjusted to also run in parallel from the start. It would take a shared reference and return a set of indices or order uids to discard from the fully built auction.See #3450 (comment) for more context.