Skip to content

Add multithread support for input validation #417 - #480

Open
gkreitz wants to merge 1 commit into
Kattis:masterfrom
gkreitz:417_multithread_input_validators
Open

Add multithread support for input validation #417#480
gkreitz wants to merge 1 commit into
Kattis:masterfrom
gkreitz:417_multithread_input_validators

Conversation

@gkreitz

@gkreitz gkreitz commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Multithreading support for input validation (-j n now runs n test case validations in parallel).

Adds a similar structure to ResultsStore which keeps track of futures for input validation of each test case. I looked at extracting common functionality in a base class, but I don't think that ends up very clean (even if it does feel a bit silly to have one class per thing we want to queue up future work for, the call patterns end up different enough that it currently doesn't seem to generalize well).

Fixes #417

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multithread input validation

2 participants