Login  Register

答复: Quantlib dynamic library size

Posted by cheng li on Jan 06, 2015; 2:02am
URL: http://quantlib.414.s1.nabble.com/Quantlib-dynamic-library-size-tp16145p16154.html

Hi Steve,

Another way to reduce the size of lib is to look at the .a static lib.

.a file is simply a collection of .o files. You can unzip the .a file and
choose your favorite .o files and re-archive them.

However this way is dangerous and you have to keep the dependency of these .
o files in mind.

Regards,
Cheng

-----邮件原件-----
发件人: SteveGe [mailto:[hidden email]]
发送时间: 2015年1月4日 19:21
收件人: [hidden email]
主题: [Quantlib-users] Quantlib dynamic library size

A dumb question for memory.  libQuantlib.so in Linux 300+M,  Is there a way
to reduce it memory footprint if I only use one or two of it function?





--
View this message in context:
http://quantlib.10058.n7.nabble.com/Quantlib-dynamic-library-size-tp16145.ht
ml
Sent from the quantlib-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users