Optimized C++ /
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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly,
2016.
|
Edición: | First edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- An overview of optimization
- Computer behavior affecting optimization
- Measure performance
- Optimize string use: a case study
- Optimize algorithms
- Optimize dynamically allocated variables
- Optimize hot statements
- Use better libraries
- Optimize searching and sorting
- Optimize data structures
- Optimize I/O
- Optimize concurrency
- Optimize memory management.