Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PERF: implement multi-threading parallelism in inifix-validate CLI #234

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

neutrinoceros
Copy link
Owner

@neutrinoceros neutrinoceros commented Aug 6, 2024

Tentative follow up to #229

Although I'm glad that my refactors for inifix-format made this super easy to implement, this one really doesn't gain anything in any scenario I tested (and actually seems slower everywhere). I suspect that the overhead from the added complexity overweights any modest gain I could hope for here, but I'm going to keep it around for now, and maybe revisit with Python 3.14 pre-releases.

@neutrinoceros neutrinoceros changed the title PERF: implement multi-threading parallelism in inifix-validate CLI PERF: implement multi-threading parallelism in inifix-validate CLI Aug 6, 2024
@neutrinoceros neutrinoceros force-pushed the validate/perf/multithreading branch 2 times, most recently from d66930c to a4488c5 Compare August 12, 2024 09:16
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.

1 participant