kicad/pcbnew/connectivity
Seth Hillbrand 87171f53c7 Speedup dynamic ratsnest
Removes some unneeded calculations and threads the remaining.

Threading was previously removed to avoid overhead issues with small
boards.  This is no longer needed with the thread pool implementation

Fixes https://gitlab.com/kicad/code/kicad/issues/12131
2022-10-04 17:06:45 -07:00
..
CMakeLists.txt ADDED: Threadpool 2022-06-24 22:59:24 +00:00
connectivity_algo.cpp Replace PROF_COUNTER with PROF_TIMER in some conditional places. 2022-09-27 14:07:47 +00:00
connectivity_algo.h PCB Actions: Grab Unconnected 2022-09-26 16:17:41 -04:00
connectivity_data.cpp Speedup dynamic ratsnest 2022-10-04 17:06:45 -07:00
connectivity_data.h Move ratsnest exclusion processing to a post-pass. 2022-09-29 17:08:49 +01:00
connectivity_items.cpp Clean up some auto usage 2022-08-15 11:29:45 -07:00
connectivity_items.h Optimize ratsnest line endings for zones. 2022-09-30 19:04:54 +00:00
connectivity_rtree.h Add more consts all over the place 2020-10-27 11:03:35 +00:00
from_to_cache.cpp Clean up some auto usage 2022-08-15 11:29:45 -07:00
from_to_cache.h Auto reduction and std::shared_ptr cover types reduction. 2022-02-13 12:04:03 +00:00