Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 433 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 433 Bytes

Orthogonal-Pipes

This library contains the orthogonal pipes encoding inspired by Spivey's Faster Coroutine Pipelines. The encoding in this library also supports request/respond in addition to yield/await.

Main Use Case

The main use case for this library is pipes containing a huge amount of merges (>-> or >+> in Pipes). The used encoding is much faster for these use cases.