quantlib.co.uk

Life as a Quantitative Analyst

C++ header file include patterns

Some our our build processes are taking longer than they should. Much of this is probably due to including too many references to different files, and not using forward class declarations wherever possible. This is well explained in C++ header file include patterns. If your library design does not take this into account your build process will get slower and slower.

Posted in Software |

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.