Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
Will this code be faster using stdio???
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="dizzy, post: 3422946"] "6.18 Runtime type identification (RTTI) Runtime type identification adds extra information to all class objects and is not efficient. If the compiler has an option for RTTI then turn it off and use alternative implementations." I would say "LOL" but this is not IRC (it doesn't say if it is less efficient than something that does the same thing, it doesn't say if one should disable RTTI only when not using and when paying for it's price is too much, etc it just makes generic statements like that). It seems to me to be more addressed to people that already know how to optimize something and as such put all those generic statements in the proper context. A better reference IMO would be the C++ performance technical report: [URL]http://www.open-std.org/JTC1/SC22/WG21/docs/TR18015.pdf[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
Will this code be faster using stdio???
Top