-
Notifications
You must be signed in to change notification settings - Fork 114
Parallel parsing in C++ metrics #733
Copy link
Copy link
Closed
Labels
Kind: Enhancement 🌟Level: Difficult (4)Plugin: C++Issues related to the parsing and presentation of C++ projects.Issues related to the parsing and presentation of C++ projects.Plugin: MetricsIssues related to the code metrics plugin.Issues related to the code metrics plugin.
Milestone
Metadata
Metadata
Assignees
Labels
Kind: Enhancement 🌟Level: Difficult (4)Plugin: C++Issues related to the parsing and presentation of C++ projects.Issues related to the parsing and presentation of C++ projects.Plugin: MetricsIssues related to the code metrics plugin.Issues related to the code metrics plugin.
As the title says. Currently C++ metrics calculation runs sequentially. As the other parsers, C++ metrics parsing should be run in parallel.