Implementing Fast Calendar Algorithms - Speeding Date
Offered By: CppNow via YouTube
Course Description
Overview
Explore fast calendar algorithms implemented in the Linux Kernel and libstdc++ in this conference talk from CppNow 2023. Dive into optimization techniques that outperform counterparts in popular libraries, including strength reduction methods and improved instruction level parallelism. Learn about a highly efficient implementation of std::chrono::year::is_leap, a concise expression for determining the last day of a month, and the historical context of our modern calendar. Gain insights into how decisions made centuries ago impact the performance of today's calendar algorithms, presented by Cassio Neri, a PhD holder in Applied Mathematics with extensive C++ experience in the financial industry.
Syllabus
Implementing Fast Calendar Algorithms - Speeding Date - Cassio Neri - CppNow 2023
Taught by
CppNow
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera