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

Make type level McCabe calculation parallel #751

Open
mcserep opened this issue Jun 18, 2024 · 0 comments
Open

Make type level McCabe calculation parallel #751

mcserep opened this issue Jun 18, 2024 · 0 comments
Labels
Kind: Refactor 🔃 Level: Moderate (2) Plugin: C++ Issues related to the parsing and presentation of C++ projects. Plugin: Metrics Issues related to the code metrics plugin.

Comments

@mcserep
Copy link
Collaborator

mcserep commented Jun 18, 2024

#727 introduced the type level McCabe computation to the C++ metrics plugin.

While #734 added implementation for parallel computation of the existing C++ metrics, the type level McCabe was developed at the same time, and was omitted from the refactoring.

The task is to make the type level McCabe calculation parallel, similarly like the other metrics.

@mcserep mcserep added Kind: Refactor 🔃 Plugin: C++ Issues related to the parsing and presentation of C++ projects. Plugin: Metrics Issues related to the code metrics plugin. Level: Moderate (2) labels Jun 18, 2024
@mcserep mcserep added this to the Upcoming Release milestone Jun 18, 2024
@mcserep mcserep added this to To do in Lab via automation Jun 18, 2024
@mcserep mcserep added this to To do in Roadmap via automation Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Refactor 🔃 Level: Moderate (2) Plugin: C++ Issues related to the parsing and presentation of C++ projects. Plugin: Metrics Issues related to the code metrics plugin.
Projects
Lab
To do
Roadmap
To do
Development

No branches or pull requests

1 participant