The Pipes Library - How Plumbing Can Make Your Code More Expressive
Offered By: NDC Conferences via YouTube
Course Description
Overview
Discover how the Pipes library can enhance code expressiveness and efficiency when working with collections in this hour-long conference talk. Explore an alternative approach to traversing and manipulating data that addresses limitations of traditional for loops, STL algorithms, and Ranges. Learn about the benefits of using pipes, including efficient transform-filter operations, zipping collections without tuples, handling multiple outputs, using rvalues as inputs and intermediate results, integrating with STL algorithms, and easily implementing custom pipes. Gain insights into how this plumbing-inspired technique can complement existing tools and improve code readability and performance when operating on collections of objects.
Syllabus
The Pipes Library: How Plumbing Can Make Your Code More Expressive - Jonathan Boccara
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