Optimizing C++: A Book about Improving Program Performance

Optimizing C++: A Book about Improving Program Performance

简介:

本书适用于中级C程序员 (即学习C至少一年),他们希望提高他们开发的软件的性能。

本书包含有关如何使用c语言编写高效软件的指南和建议。考虑到软件的正确性和可维护性,但不是指南的主要关注点。

提出的大多数指南都不是特定于平台的,因此适用于每个处理器,每个编译器和每个操作系统; 少数特定于平台的建议试图涵盖大多数平台。

英文简介:

This book is for intermediate C++ programmers (i.e. studying C++ for at least one year) who want to improve the performance of the software they develop.

This book contains guidelines and advices on how to write efficient software using the C++ language. Software correctness and maintainability are taken into account, but are not the primary concerns of the guidelines.

Most of the guidelines presented are not platform specific, and so are applicable to every processor, to every compiler, and to every operating system; the few platform specific advices try to cover most platforms.

书名
Optimizing C++: A Book about Improving Program Performance
译名
优化 C++:一本关于提高程序性能的书
语言
英语
年份
2012
页数
99页
大小
656.43 kB
标签
  • C++
  • 下载
    pdf iconOptimizing C++: A Book about Improving Program Performance.pdf
    密码
    65536

    最后更新:2025-04-12 23:58:05

    ←Optimizing Software in C++ An optimization guide for Windows, Linux and Mac platforms (2024)

    →Active Calculus