[Interest] Qt 5.5.x
Matthew Woehlke
mwoehlke.floss at gmail.com
Fri Sep 11 19:59:39 CEST 2015
On 2015-09-11 13:41, Till Oliver Knoll wrote:
> You can further reduce the "dependency tree" of your sources by
> making use of the private "d-pointer" pattern (there is a name for
> it which currently escapes me)
PIMPL? ;-)
https://en.wikipedia.org/wiki/Pimpl
> template expansion might generate quite a lot of code, might generate
> additional dependencies and in general creates additional work for
> the parser, prolonging compile time in general.
I've seen a fairly modest source file (not from Qt) that was heavily
templated take *minutes* to compile :-).
--
Matthew
More information about the Interest
mailing list