Robust and Efficient Multi Precision Algorithms Design
Offered By: CppNow via YouTube
Course Description
Overview
Explore the intricacies of designing and implementing complex numeric algorithms in this comprehensive conference talk from C++Now 2012. Delve into the four key areas that shape algorithm development: usability, extensibility, efficiency, and robustness. Learn how to balance these aspects to create powerful and flexible solutions. Discover techniques for crafting user-friendly interfaces, designing generic and adaptable algorithms, optimizing performance through profiling and system-specific enhancements, and ensuring data integrity and output reliability. Gain insights into real-world problem-solving approaches and implementation strategies used in the Boost.Polygon.Voronoi library. Enhance your skills in algorithm design and multi-precision programming through practical examples and in-depth analysis of numeric types, data structures, and algorithmic complexity.
Syllabus
Lucanus Simonson, Andrii Sydorchuk: Robust and efficient multi precision algorithms design
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