Compile Time Regular Expressions
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore a groundbreaking approach to regular expressions in C++20 through this conference talk. Discover a library that leverages compile-time strings to build regular expressions, eliminating common drawbacks like linked library dependencies and runtime parsing costs. Delve into the implementation details, challenges encountered during development, and compare this innovative method with traditional regular expression engines. Examine compiled code examples using Compiler Explorer to gain a deeper understanding of the performance benefits.
Syllabus
Compile Time Regular Expressions - Hana Dusíková
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube