README 626 B

1234567891011121314
  1. pipes is a clean and powerful stream processing library that lets you
  2. build and connect reusable streaming components
  3. Advantages over traditional streaming libraries:
  4. * Concise API: Use simple commands like for, (>->), await, and yield
  5. * Blazing fast: Implementation tuned for speed, including shortcut
  6. fusion
  7. * Lightweight Dependency: pipes is small and compiles very rapidly,
  8. including dependencies
  9. * Elegant semantics: Use practical category theory
  10. * ListT: Correct implementation of ListT that interconverts with pipes
  11. * Bidirectionality: Implement duplex channels
  12. * Extensive Documentation: Second to none!