bubnikv fbce7b001b Some optimizations of "Fix crash on splitting some models #2042"
replaced std::vector<bool> with std::vector<unsigned char>
as std::vector<bool> is a specialized version optimized for memory,
not speed (8 bools are packed into a single boolean).
The triangle neighbor traversal was optimized to not push visited
or non-neighbors into the queue.
2019-04-01 14:50:40 +02:00
..
2019-01-14 10:27:28 +01:00
2018-11-26 10:56:41 +01:00
2019-04-01 12:15:47 +02:00
2019-04-01 12:24:50 +02:00