Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On 12/20/2011 01:00 AM, Rafael Dominguez wrote:
Well yeah theres a penalty for using dynamic_cast but dunno how much
will affect performance since theres alot of calls, but im pretty sure
some code can be refactored to avoid casting.

Just FYI, when I redesigned configmgr, I abandoned my initial idea to dispatch on the various Node sub-types via dynamic_cast in favour of a more verbose Node::kind() and static_cast. The former turned out to be just too slow (as Node instances are mass objects in configmgr).

Stephan

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.