
16 Jun
2007
16 Jun
'07
4:39 a.m.
On 6/14/07, Jeremy Pack <rostovpack@gmail.com> wrote:
[snip]
We also need to test opening many shared libraries - opening the same shared library repeatedly is not a great indicator of the actual load the library will be under in real world situations. It is likely that the first time the library loads takes much longer than the later loads - since the OS isn't actually required to close the library when you ask it to.
FWIW, I'm not concerned about opening and closing performance of boost.extension. I'm only concerned about function calls of plug-ins. Which should be fast enough.
Jeremy
-- Felipe Magno de Almeida