Any plan for modulized quantlib, the boost way

Posted by SteveGe on
URL: http://quantlib.414.s1.nabble.com/Any-plan-for-modulized-quantlib-the-boost-way-tp16204.html

Just wondering if any plan to modulize quantlib, so that the size is smaller, like the boost library, you only need to link the .so you application required, otherwise include some .h file is enough.

I am asking because some people complain the size of the library, is it because the use of template or any other reason?