Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » Note about how classic OOP with C++ fails efficiency
Re: Note about how classic OOP with C++ fails efficiency [message #25477 is a reply to message #25473] Thu, 25 February 2010 12:09 Go to previous message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

I must agree only at some part. Because, finally, we have to answer the question: "what are the programs we create?" Usually, if we talk about desktop apps, it is most-of-time-sleeping finite state machine. Each time user does action, machine awakes and does some job. What is this job about? It is always about doing some simpler task with a number of entities. That is why each language vastly depends on efficiency of it's containers. Cycling through containers is the most common task we do. Of course, efficiency depends on WHAT we do with elements, but cycling through is too a frequently executed thing.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Clang vs. GCC
Next Topic: Windows 7 Bug
Goto Forum:
  


Current Time: Fri May 10 08:23:29 CEST 2024

Total time taken to generate the page: 0.01563 seconds