Cuthill-McKee: Tweaked implementation, resulting in a reduction of execution times by 40 percent.
The performance gain was mainly obtained through replacing std::vector<> by std::pair<> in a container. In addition, integer conversions are now removed, resulting in less conversion warnings at -Weverything at Clang.
Loading
Please register or sign in to comment