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
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube