Optimizing C ++ by Steve Heller
Publisher: Prentice Hall PTR 1998
ISBN/ASIN: 0139774300
ISBN-13: 9780139774300
Number of pages: 416
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.
Computers & Internet Programming Languages & Tools C++