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

[refactor] use mspc for non-interactive output #125

Closed
HerringtonDarkholme opened this issue Dec 18, 2022 · 0 comments
Closed

[refactor] use mspc for non-interactive output #125

HerringtonDarkholme opened this issue Dec 18, 2022 · 0 comments
Assignees
Labels
refactor Better engineering refactor

Comments

@HerringtonDarkholme
Copy link
Member

At the moment we use stdout lock for printing matches. This is slow and the actual matching is single threaded.
So using mspc is performance-wise equivalent to current implementation.

@HerringtonDarkholme HerringtonDarkholme added the refactor Better engineering refactor label Dec 20, 2022
@HerringtonDarkholme HerringtonDarkholme self-assigned this Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Better engineering refactor
Projects
Archived in project
Development

No branches or pull requests

1 participant