japicmp
japicmp copied to clipboard
japicmp should use threadpools where possible
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.