Closed brandon-mork closed 9 years ago
Added profile option to generate_coloring.py CCAlgorithm and associated profiling code to profile each step.
Fixed unnecessary calls to g.get_max_id(), which in turn was calling max(). This cut ~30-40% of the run time for each coloring step.
Changes:
Added profile option to generate_coloring.py CCAlgorithm and associated profiling code to profile each step.
Fixed unnecessary calls to g.get_max_id(), which in turn was calling max(). This cut ~30-40% of the run time for each coloring step.
Changes: