Jump to ratings and reviews
Rate this book

Efficient C++: Performance Programming Techniques

Rate this book
Far too many programmers and software designers consider efficient C++ to be an oxymoron. They regard C++ as inherently slow and inappropriate for performance-critical applications. Consequently, C++ has had little success penetrating domains such as networking, operating system kernels, device drivers, and others.



Efficient C++ explodes that myth. Written by two authors with first-hand experience wringing the last ounce of performance from commercial C++ applications, this book demonstrates the potential of C++ to produce highly efficient programs. The book reveals practical, everyday object-oriented design principles and C++ coding techniques that can yield large performance improvements. It points out common pitfalls in both design and code that generate hidden operating costs.



This book focuses on combining C++'s power and flexibility with high performance and scalability, resulting in the best of both worlds. Specific topics include temporary objects, memory management, templates, inheritance, virtual functions, inlining, reference-counting, STL, and much more.



With this book, you will have a valuable compendium of the best performance techniques at your fingertips.

336 pages, Paperback

First published November 13, 1999

4 people are currently reading
35 people want to read

About the author

Dov Bulka

2 books

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
4 (12%)
4 stars
17 (54%)
3 stars
8 (25%)
2 stars
2 (6%)
1 star
0 (0%)
Displaying 1 - 4 of 4 reviews
Profile Image for Michał F.
6 reviews
January 21, 2014
A little bit too informally written but it does it job - outlines many aspects of performance one needs to look after while writing in C++. Good for novices in the performance area or for people that need to broaden their perspectives in the topic. If you often need to fix performance bugs, this book is for you.
Profile Image for Lionel Liu.
1 review
November 17, 2013
This book explains the efficiency issues related to C++ programming language from a very basic level. It is very easy to read. I recommend this book to all C++ beginners.
Profile Image for Paul Russell.
5 reviews1 follower
June 6, 2016
A bit dated now, but still a lot of good relevant stuff in here, some of which is applicable beyond the realm of C++ programming.
Displaying 1 - 4 of 4 reviews

Can't find what you're looking for?

Get help and learn more about the design.