kicad/libs/kimath
Seth Hillbrand c9c31fcbc2 Don't resize vectors in hot loops
Fixes a slowdown caused by erasing elements from the middle of a vector
during a hot loop in SHAPE_LINE_CHAIN::Simplify().  This gets called
quite a bit when loading boards and updating lines, so it needs to be as
fast as possible

Fixes https://gitlab.com/kicad/code/kicad/issues/12115
2022-07-31 12:48:25 -07:00
..
include Fix crash in PNS walkaround 2022-07-28 09:36:31 -07:00
src Don't resize vectors in hot loops 2022-07-31 12:48:25 -07:00
CMakeLists.txt Add std::hash specialization for VECTOR2I 2022-01-05 20:32:46 -08:00
determine_if_point_inside_polygon.odt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00