Skip to content
Commit a9afb67d authored by Karl Rupp's avatar Karl Rupp
Browse files

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.
parent 24e6faf8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment