kicad/libs/kimath/src
Jeff Young 96f01d33c8 Performance improvements.
1) Move a bunch of std::map's to std::unordered_map to get constant-time
look-ups
2) Lengthen progress-reporting intervals to spend more time doing work
and less time talking about it
3) Reverse order of SHAPE_LINE_CHAINs in thermal intersection checks to
make (much) better use of bbox caches
4) Don't re-generate bboxes we already have
5) Fix some autos that weren't by reference (and were therefore copying
large datasets)
6) Rename delta progressDelta so it's easier to search for in future
7) Get rid of a few more autos (because I don't like them)
8) Pass large items to lambdas by reference

Fixes https://gitlab.com/kicad/code/kicad/issues/12130
2022-08-03 11:59:42 +01:00
..
geometry Performance improvements. 2022-08-03 11:59:42 +01:00
math math: Use intrinsic functions for 64-bit rescale on MSVC. 2022-07-16 17:37:50 +00:00
bezier_curves.cpp Scoop up some more wxPoint instances 2022-01-03 20:00:53 -05:00
convert_basic_shapes_to_polygon.cpp Avoid duplicate points in trapezoid pads 2022-03-22 13:30:45 -07:00
md5_hash.cpp Fix typo 2022-03-07 08:03:48 +01:00
trigo.cpp VECTOR2D CalcArcCenter( VECTOR2D& aStart, VECTOR2D& aEnd, EDA_ANGLE& aAngle ): 2022-07-25 18:23:52 +02:00