japicmp icon indicating copy to clipboard operation
japicmp copied to clipboard

japicmp should use threadpools where possible

Open siom79 opened this issue 9 years ago • 0 comments

Currently parsing of the class files and difference computation is done single-threaded. The total execution time could be lowered by using multi-threading at appropiate points in the code.

siom79 avatar Nov 07 '15 15:11 siom79