kicad/libs/kimath/include
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 Add debug message to VECTOR3 check 2022-07-16 17:28:40 +00:00
bezier_curves.h Cleanup some wx/gdicmn.h includes 2022-01-04 20:32:27 -05:00
convert_basic_shapes_to_polygon.h Finish with EDA_ANGLE. 2022-01-16 21:15:40 +00:00
md5_hash.h specctra_export: fix an issue with custom and chamfered/round rect pads. 2020-11-25 13:57:46 +01:00
trigo.h Validate arc output when editing 2022-02-07 08:55:53 -08:00