Inicio > > Programación informática/desarrollo de software > The Art of Writing Efficient Programs
The Art of Writing Efficient Programs

The Art of Writing Efficient Programs

Fedor G. Pikus / Fedor GPikus

62,67 €
IVA incluido
Disponible
Editorial:
Packt Publishing
Año de edición:
2021
Materia
Programación informática/desarrollo de software
ISBN:
9781800208117
62,67 €
IVA incluido
Disponible

Selecciona una librería:

  • Librería Samer Atenea
  • Librería Aciertas (Toledo)
  • Kálamo Books
  • Librería Perelló (Valencia)
  • Librería Elías (Asturias)
  • Donde los libros
  • Librería Kolima (Madrid)
  • Librería Proteo (Málaga)

Become a better programmer with performance improvement techniques such as concurrency, lock-free programming, atomic operations, parallelism, and memory managementKey Features:- Learn proven techniques from a heavyweight and recognized expert in C++ and high-performance computing- Understand the limitations of modern CPUs and their performance impact- Find out how you can avoid writing inefficient code and get the best optimizations from the compiler- Learn the tradeoffs and costs of writing high-performance programsBook Description:The great free lunch of 'performance taking care of itself' is over. Until recently, programs got faster by themselves as CPUs were upgraded, but that doesn’t happen anymore. The clock frequency of new processors has almost peaked, and while new architectures provide small improvements to existing programs, this only helps slightly. To write efficient software, you now have to know how to program by making good use of the available computing resources, and this book will teach you how to do that.The Art of Efficient Programming covers all the major aspects of writing efficient programs, such as using CPU resources and memory efficiently, avoiding unnecessary computations, measuring performance, and how to put concurrency and multithreading to good use. You’ll also learn about compiler optimizations and how to use the programming language (C++) more efficiently. Finally, you’ll understand how design decisions impact performance.By the end of this book, you’ll not only have enough knowledge of processors and compilers to write efficient programs, but you’ll also be able to understand which techniques to use and what to measure while improving performance. At its core, this book is about learning how to learn.What You Will Learn:- Discover how to use the hardware computing resources in your programs effectively- Understand the relationship between memory order and memory barriers- Familiarize yourself with the performance implications of different data structures and organizations- Assess the performance impact of concurrent memory accessed and how to minimize it- Discover when to use and when not to use lock-free programming techniques- Explore different ways to improve the effectiveness of compiler optimizations- Design APIs for concurrent data structures and high-performance data structures to avoid inefficienciesWho this book is for:This book is for experienced developers and programmers who work on performance-critical projects and want to learn new techniques to improve the performance of their code. Programmers in algorithmic trading, gaming, bioinformatics, computational genomics, or computational fluid dynamics communities will get the most out of the examples in this book, but the techniques are fairly universal. Although this book uses the C++ language, the concepts demonstrated in the book can be easily transferred or applied to other compiled languages such as C, Java, Rust, Go, and more.Table of Contents- Introduction to Performance and Concurrency- Performance Measurements- CPU Architecture, Resources, and Performance Implications- Memory Architecture and Performance- Threads, Memory, and Concurrency- Concurrency and Performance- Data Structures for Concurrency- Concurrency in C++- High-Performance C++- Compiler Optimizations in C++- Undefined Behavior and Performance- Design for Performance

Artículos relacionados

  • SPARK 2014 Reference Manual
    AdaCore / Altran UK Ltd
    SPARK 2014 is a programming language and a set of verification tools designed to meet the needs of high-assurance software development. SPARK 2014 is based on Ada 2012, both subsetting the language to remove features that defy verification, but also extending the system of contracts and aspects to support modular, formal verification.This manual is available online for free at ...
    Disponible

    19,91 €

  • Software and Intelligent Sciences
    Yingxu Wang
    The junction of software development and engineering combined with the study of intelligence has created a bustling intersection of theory, design, engineering, and conceptual thought. Software and Intelligent Sciences: New Transdisciplinary Findings sits at a crossroads and informs advanced researchers, students, and practitioners on the developments in computer science, theor...
  • Power System Planning Technologies and Applications
    Fawwaz Elkarmi / Nazih Abu Shikhah / Nazih Abu-Shikhah
    Planning is an important function of the management of any business, providing knowledge of future prospects and enabling prudent and appropriate decision-making. Planning is especially critical for power systems, since electricity is a fundamental part of modern societies and many conventional electrical energy resources currently in use are limited. Power System Planning Tech...
  • Concept Parsing Algorithms (CPA) for Textual Analysis and Discovery
    Masha Etkind / Uri Shafrir
    Text analysis tools aid in extracting meaning from digital content. As digital text becomes more and more complex, new techniques are needed to understand conceptual structure. Concept Parsing Algorithms (CPA) for Textual Analysis and Discovery: Emerging Research and Opportunities provides an innovative perspective on the application of algorithmic tools to study unstructured d...
  • Model-Based Design for Effective Control System Development
    Wei Wu
    Control systems are an integral aspect of modern society and exist across numerous domains and applications. As technology advances more and more, the complexity of such systems continues to increase exponentially. Model-Based Design for Effective Control System Development is a critical source of scholarly information on model-centric approaches and implementations for control...
  • Verification, Validation and Testing in Software Engineering
    ...

Otros libros del autor

  • Hands-On Design Patterns with C++
    Fedor G. Pikus / Fedor GPikus
    A comprehensive guide with extensive coverage on concepts such as OOP, functional programming, generic programming, and STL along with the latest features of C++Key FeaturesDelve into the core patterns and components of C++ in order to master application designLearn tricks, techniques, and best practices to solve common design and architectural challengesUnderstand the limitati...
    Disponible

    81,49 €