
16 Jun
2007
16 Jun
'07
10:59 p.m.
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.
Yep - it should just have standard virtual function call overhead, since we're making calls through base class pointers. We're going to be a bit more concerned with tracking the performance of the reflection part of the library. Jeremy