Top C++

Peter Alexander peter.alexander.au at gmail.com
Tue Dec 20 12:05:42 PST 2011


On 20/12/11 3:22 PM, deadalnix wrote:
> http://www.johndcook.com/blog/2011/06/14/why-do-c-folks-make-things-so-complicated/

I don't think it's that simple when performance and memory usage are a 
concern.

It's easy to have abstractions that compose well when it comes to 
expressiveness, but it is not possible to abstract away the performance 
concerns of your program. Designing for efficiency requires a holistic 
approach that permeates through your whole program, making top/bottom 
separation essentially impossible.


More information about the Digitalmars-d mailing list