smaller

Seven Voucher for Fedor G. Pikus Book “The Art of Writing Efficient Programs”

I’m happy to announce that I have to offer five vouchers for a digital and two vouchers for a printed issue of Fedor G. Pikus book “The Art of Writing Efficient Programs“. The sponsor of these coupons is Packt.

 

smaller

Before I write about how you can get this book, I have to say: You must have this book if you are an experienced C++ programmer and care about performance-critical programs.

I’m a pretty experienced C++ programmer who learned a lot from Fedor’s book to make it short. Honestly, the book is not easy to read. You have to study variations of program snippets and often compare the performance characteristics of these short program snippets that are part of the available full programs. You will learn at least one highly critical lesson “move design for performance from the realm of guesswork to the foundation of sound measurement-driven decisions.” (Fedor G. Pikus)

A Short Overview

Let me give you a short overview of Fedor’s book. The book consists of three sections having the names “Performance Fundamentals”, “Advanced Concurrency”, and “Design and Coding High-Performance Programs”. Each section builds on the previous one.

 

Rainer D 6 P2 500x500Modernes C++ Mentoring

Be part of my mentoring programs:

  • "Fundamentals for C++ Professionals" (open)
  • "Design Patterns and Architectural Patterns with C++" (open)
  • "C++20: Get the Details" (open)
  • "Concurrency with Modern C++" (starts March 2024)
  • Do you want to stay informed: Subscribe.

     

    The section “Performance Fundamentals” introduces the tools to measure the performance of your program but also dedicated chapters to the CPU architecture, memory architecture, and concurrency.

    The second section about “Advanced Concurrency” is probably the most challenging and most interesting to read. Besides general thoughts about synchronization primitives such as locks or atomics, the author writes about basic building blocks of concurrent programs such as a counter or publish protocols. The section ends with an entire chapter about concurrent data structures based on locks or atomics.

    The final section “Designing and Coding High-Performance Programs”, applies the knowledge from the previous sections to get high-performant programs. Fedor writes in the four chapters about unnecessary copying, inefficient memory management, compiler optimization, and undefined behavior. The last chapter about “Design for Performance” is special because it broadens the focus of this book by also writing about the interaction of design and performance.

    How Can You Win One of the Seven Vouchers for the Book?

    To get the book is pretty simple. Just answer the following questions and send your answers to me. The answer to the second question is optional but improves your chance to win one of the coupons.

    1. What is your favorite tool to measure the performance of your program, and why?
    2. Tell me how your favorite tool helped you find the performance bottleneck.

    The two best answers will get the coupons for the printed books, and the coupons for the digital books go to the five next best answers.

    Please send your answer in English until Sunday, the 21/11/2021, to rainer.grimm@ModernesCpp.de. I publish the winners, including their answers, in a separate post. If you don’t like that I use your name, write it explicitly.

     

     

     

     

     

    Thanks a lot to my Patreon Supporters: Matt Braun, Roman Postanciuc, Tobias Zindl, G Prvulovic, Reinhold Dröge, Abernitzke, Frank Grimm, Sakib, Broeserl, António Pina, Sergey Agafyin, Андрей Бурмистров, Jake, GS, Lawton Shoemake, Jozo Leko, John Breland, Venkat Nandam, Jose Francisco, Douglas Tinkham, Kuchlong Kuchlong, Robert Blanch, Truels Wissneth, Kris Kafka, Mario Luoni, Friedrich Huber, lennonli, Pramod Tikare Muralidhara, Peter Ware, Daniel Hufschläger, Alessandro Pezzato, Bob Perry, Satish Vangipuram, Andi Ireland, Richard Ohnemus, Michael Dunsky, Leo Goodstadt, John Wiederhirn, Yacob Cohen-Arazi, Florian Tischler, Robin Furness, Michael Young, Holger Detering, Bernd Mühlhaus, Stephen Kelley, Kyle Dean, Tusar Palauri, Dmitry Farberov, Juan Dent, George Liao, Daniel Ceperley, Jon T Hess, Stephen Totten, Wolfgang Fütterer, Matthias Grün, Phillip Diekmann, Ben Atakora, Ann Shatoff, Rob North, Bhavith C Achar, Marco Parri Empoli, moon, Philipp Lenk, Hobsbawm, and Charles-Jianye Chen.

    Thanks, in particular, to Jon Hess, Lakshman, Christian Wittenhorst, Sherhy Pyton, Dendi Suhubdy, Sudhakar Belagurusamy, Richard Sargeant, Rusty Fleming, John Nebel, Mipko, Alicja Kaminska, Slavko Radman, and David Poole.

    My special thanks to Embarcadero
    My special thanks to PVS-Studio
    My special thanks to Tipi.build 
    My special thanks to Take Up Code
    My special thanks to SHAVEDYAKS

    Seminars

    I’m happy to give online seminars or face-to-face seminars worldwide. Please call me if you have any questions.

    Standard Seminars (English/German)

    Here is a compilation of my standard seminars. These seminars are only meant to give you a first orientation.

    • C++ – The Core Language
    • C++ – The Standard Library
    • C++ – Compact
    • C++11 and C++14
    • Concurrency with Modern C++
    • Design Pattern and Architectural Pattern with C++
    • Embedded Programming with Modern C++
    • Generic Programming (Templates) with C++
    • Clean Code with Modern C++
    • C++20

    Online Seminars (German)

    Contact Me

    Modernes C++ Mentoring,

     

     

    0 replies

    Leave a Reply

    Want to join the discussion?
    Feel free to contribute!

    Leave a Reply

    Your email address will not be published. Required fields are marked *