Type Here to Get Search Results !

Optimized C++ in pdf

 

Download This PDF Book: Optimized C++: Proven Techniques for Heightened Performance by Kurt Guntheroth, for free.

This book is here to help you get your job done. In general, if example code is offered with this book, you may use it in your programs and documentation. You do not need to contact us for permission unless you’re reproducing a significant portion of the code. 

For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing a CD-ROM of examples from O’Reilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a signifi‐cant amount of example code from this book into your product’s documentation does require permission

In today’s fast and competitive world, a program’s performance is just as important to customers as the features it provides. This practical guide teaches developers performance-tuning principles that enable optimization in C++. 

You’ll learn how to make code that already embodies best practices of C++ design run faster and consume fewer resources on any computer—whether it’s a watch, phone, workstation, supercomputer, or globe-spanning network of servers.

Author Kurt Guntheroth provides several running examples that demonstrate how to apply these principles incrementally to improve existing code so it meets customer requirements for responsiveness and throughput. The advice in this book will prove itself the first time you hear a colleague exclaim, “Wow, that was fast. Who fixed something?”

Locate performance hot spots using the profiler and software timers

Learn to perform repeatable experiments to measure performance of code changes

Optimize use of dynamically allocated variables

Improve performance of hot loops and functions

Speed up string handling functions

Recognize efficient algorithms and optimization patterns

Learn the strengths—and weaknesses—of C++ container classes

View searching and sorting through an optimizer’s eye

Make efficient use of C++ streaming I/O functions

Use C++ thread-based concurrency features effectively

About the Author:

A career technologist with broad experience in software development, Kurt has exceptional experience and skills in early stages of product development including market research, user needs analysis, and architectural design. In addition, Kurt has very deep C++ development experience. He currently works as a Software Engineer at iStreamPlanet.

Table of Contents:

1. An Overview of Optimization

2. Computer Behavior A€ecting Optimization

3. Measure Performance

4. Optimize String Use: A Case Study

5. Optimize Algorithms

6. Optimize Dynamically Allocated Variables

7. Optimize Hot Statements

8. Use Better Libraries

9. Optimize Searching and Sorting

10. Optimize Data Structures

11. Optimize I/O

12. Optimize Concurrency

13. Optimize Memory Management

About The Book:

Publisher ‏ : ‎ O'Reilly Media; 1st edition (May 31, 2016)

Language ‏ : ‎ English

Pages: ‎ 387

File : PDF, 5 MB

Download

Free Download the Book: Optimized C++: Proven Techniques for Heightened Performance

PS: Share the link with your friends

If the Download link is not working, kindly drop a comment below, so we'll update the download link for you.

Happy downloading!

Tags

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.