Optimized C++: Proven Techniques for Heightened Performance (Paperback)

Kurt Guntheroth

買這商品的人也買了...

商品描述

Improve the performance of your C++ programs to meet customer requirements for responsiveness and throughput. With this practical book, you’ll learn how to take correct code that embodies best practices of C++ design, and change it into correct code that also runs faster and consumes fewer resources on pretty much any computer.

You won’t learn about laboriously coding assembly language subroutines, counting clock cycles, or memorizing how many instructions Intel's latest silicon stylings can dispatch concurrently. This book is about performing miracles.

  • Learn the mindset that good performance tuning programmers use
  • Get examples with timing data to “prove” that the book’s suggestions improve performance
  • Dive into commonly occurring optimization problems with actionable, up-to-date, testable advice
  • Understand good C++ practice over arcane microprocessor lore

商品描述(中文翻譯)

提升您的C++程式的效能,以滿足客戶對於反應速度和吞吐量的需求。這本實用的書籍將教您如何將符合C++設計最佳實踐的正確程式碼,轉變為在幾乎任何電腦上運行更快且消耗更少資源的正確程式碼。

您將不會學到如何費力地編寫組合語言子程序、計算時鐘週期,或記憶Intel最新硅製品可以同時執行多少指令。這本書是關於創造奇蹟。

本書內容包括:
- 學習優秀效能調校程式設計師所使用的心態
- 提供帶有時間數據的範例,以「證明」本書的建議能夠改善效能
- 深入探討常見的優化問題,提供可行、最新且可測試的建議
- 理解良好的C++實踐,而非深奧的微處理器知識