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
Software as a ServiceUniversity of California, Berkeley via Coursera Software Testing
University of Utah via Udacity The Hardware/Software Interface
University of Washington via Coursera Software Debugging
Saarland University via Udacity Introduction to Systematic Program Design - Part 1
The University of British Columbia via Coursera