hi,
I am working with an application in Linux. It supports both static and dynamic (.so) versions
From the performance standpoint, which version should a user use? The application performs computational tasks that require several hours of CPU time.
Any other advantage of using one lib over the other?
Thanks