kicad/pcbnew/connectivity
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
..
CMakeLists.txt ADDED: Threadpool 2022-06-24 22:59:24 +00:00
connectivity_algo.cpp Performance improvements. 2022-08-03 11:59:42 +01:00
connectivity_algo.h Performance improvements. 2022-08-03 11:59:42 +01:00
connectivity_data.cpp Clean up hole shapes for safety (smart pointer) and consistency. 2022-07-22 23:06:07 +01:00
connectivity_data.h More performance enhancements for DRC. 2022-06-18 19:47:11 +01:00
connectivity_items.cpp Formatting. 2022-02-16 14:18:25 +00:00
connectivity_items.h Improvements for pads/vias in zones which knockout other zones. 2022-03-05 18:59:53 +00:00
connectivity_rtree.h Add more consts all over the place 2020-10-27 11:03:35 +00:00
from_to_cache.cpp Fix some warnings detected by PVS-STUDIO (not used vars) 2022-07-26 16:00:14 +02:00
from_to_cache.h Auto reduction and std::shared_ptr cover types reduction. 2022-02-13 12:04:03 +00:00