FreeTechBooks.com Homepage
FreeTechBooks.com
Free Online Computer Science and Programming Books, Textbooks, and Lecture Notes


Optimizing C++
Reply with quote
Optimizing C++

Author(s) : Steve Heller
Publication date : Aug 1998
ISBN : 0-13-977430-0
Pages : 416
Publisher : Prentice Hall PTR

Book excerpts:

Optimizing C++ was written to prove that a knowledge of optimization is essential to a professional programmer. A simplistic approach, such as getting more memory or faster processor, is not always feasible. Programmers often have little control over the hardware on which their programs are to be run. That's why Optimizing C++ provides programmers with a practical, real-world approach to program optimization.

The heart of Optimizing C++ consists of several case studies of database problems that show various searching and compression algorithms, the author's source code, and careful explanation of the solutions. The author use hash coding, caching, Radix40, and binary-coded decimal (BCD) data representation in a supermarket price-lookup database. Distribution-counting sort algorithms and bitmaps that store data efficiently are both used to help build a mailing-list system. In some of the most useful sections of this book, the author looks at Huffman coding and dynamic hashing.

The first question you have to answer is whether your program needs optimization at all. If it does, you have to determine what part of the program is the culprit, and what resource is being overused. And then perhaps you can gain benefit from this book.

Reviews:

Amazon.com

Sad "The author also seems to demonstrate either an alarming lack of knowledge of C++ or the code within is the subject of a very basic C to C++ conversion."

ACCU Reviews

Sad "... I have long harboured a suspicion that he is not a C++ programmer. This book confirms that suspicion despite the C++ in the title."

DevX.com

Smile "... Optimizing C++ is a heartily recommended guide for every C and C++ programmer who has to make the most of limited time, memory, and disk space."

Arrow View/Download Optimizing C++

View user's profileSend private message
  
   
 Reply to topic