Skip to Content
Learning Functional Programming in Go
book

Learning Functional Programming in Go

by Lex Sheehan
November 2017
Intermediate to advanced
670 pages
17h 35m
English
Packt Publishing
Content preview from Learning Functional Programming in Go

Increasing Performance Using Pipelining

Often, we feel the need to work on some data and pass it along a series of steps, transforming it along the way before it arrives at its destination. We come across these sort of processes occurring in real-life scenarios, especially in factory assembly line environments.

In this chapter, we will see how the pipeline patterns can be used to build component-based applications. We'll see how we can use function composition data flow programming techniques to create flexible solutions that are not only robust, but also performant in today's distributed processing environments.

Our goal in this chapter is to do the following:

  • Be able to identify when to use the pipeline pattern
  • Learn how to build a pipeline ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Functional Programming

Learning Functional Programming

Jack Widman

Publisher Resources

ISBN: 9781787281394Supplemental Content