Автор: Bulka D.
Издательство: Addison-Wesley
Страниц: 336
Формат: PDF
Размер: 1.5 Mb
Качество: Отличное
Язык: Английский
Год издания: 1999
Издательство: Addison-Wesley
Страниц: 336
Формат: PDF
Размер: 1.5 Mb
Качество: Отличное
Язык: Английский
Год издания: 1999
Efficient C++ Performance Programming Techniques бесплатно: The authors are developers of network and web server software for IBM. They specifically target performance issues related to C++ programming. The primary topics of discussion are constructors & destructors, virtual functions, return value optimization, temporary objects, inlining, memory managers, and reference counting. Learn how to create efficient constructor functions. Learn how to avoid the costly construction of temporary objects. The authors promote "lazy evaluation" and nail "useless computations" and "obsolete code." Algorithm and data structure discussions are referred to other standard references, however there is coverage of the STL structures (insertion, deletion, traversal, and find operations). An additional bonus is the excellent coverage of multithreading issues.