Skip to content

Add multithread support for input validation #417 - #480

Merged
gkreitz merged 1 commit into
Kattis:masterfrom
gkreitz:417_multithread_input_validators
Aug 31, 2026
Merged

Add multithread support for input validation #417#480
gkreitz merged 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

@gkreitz
gkreitz merged commit f0bedb5 into Kattis:master Aug 31, 2026
7 checks passed
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