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-03-25 12:07:43 +01:00
2019-03-27 12:14:34 +01:00
2019-04-01 12:15:47 +02:00
2019-01-26 18:51:34 +01:00
2018-12-20 13:38:00 +01:00
2019-03-17 15:04:34 +01:00
2019-02-07 09:22:04 +01:00
2019-02-04 16:57:11 +01:00
2018-09-25 12:26:14 +02:00
2019-03-29 17:20:19 +01:00
2019-04-01 12:15:47 +02:00
2019-02-15 15:35:13 +01:00
2019-04-01 12:09:44 +02:00