Qt Creator slow because of many includes -
i'm working on qt creator project includes lot of header files (point cloud library, boost, etc.). e.g. boost has round 9000 header files. seems that amount of includes slows down ide. code completion slow, ca. 2 seconds until suggestion appears. copy , paste gets slow.
when remove includes pro file getting better immediately. i've new computer (8 gb ram, core i5, ssd). normal behaviour? anyway speed application?
don't include boost libraries, add libraries need, example
#include <boost/accumulators/accumulators.hpp>
Comments
Post a Comment