kicad/pcbnew/connectivity
Seth Hillbrand 03c279ffd4 ADDED: Threadpool
Thread pools are long-lasting executors that have close to zero overhead
when launching new jobs.  This is advantageous over creating new threads
as we can use this for threading smalling jobs and smaller quanta.  It
also avoids the heuristics needed to determine the optimal number of
threads to spawn
2022-06-24 22:59:24 +00:00
..
CMakeLists.txt ADDED: Threadpool 2022-06-24 22:59:24 +00:00
connectivity_algo.cpp ADDED: Threadpool 2022-06-24 22:59:24 +00:00
connectivity_algo.h More performance enhancements for DRC. 2022-06-18 19:47:11 +01:00
connectivity_data.cpp ADDED: Threadpool 2022-06-24 22:59:24 +00: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 Remove the open array in favor of std containers 2022-03-03 16:03:26 -08:00
from_to_cache.h Auto reduction and std::shared_ptr cover types reduction. 2022-02-13 12:04:03 +00:00