CodeCompass icon indicating copy to clipboard operation
CodeCompass copied to clipboard

Make type level McCabe calculation parallel

Open mcserep opened this issue 1 year ago • 1 comments

#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 avatar Jun 18 '24 00:06 mcserep

@barnabasdomozi This is the only metric left for which the computation is not parallelized. In case you have time and interest, refactoring this to have multi-thread support would be nice.

mcserep avatar Jun 10 '25 05:06 mcserep