From f01a0f8982c63d531bd5f8330a3133b750b4f021 Mon Sep 17 00:00:00 2001 From: Jan-willem De Bleser Date: Sat, 18 Jan 2020 08:12:58 +0700 Subject: haskell/haskell-pipes: Added (stream processing library). Signed-off-by: Willy Sudiarto Raharjo --- haskell/haskell-pipes/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 haskell/haskell-pipes/README (limited to 'haskell/haskell-pipes/README') diff --git a/haskell/haskell-pipes/README b/haskell/haskell-pipes/README new file mode 100644 index 000000000000..954f41906b67 --- /dev/null +++ b/haskell/haskell-pipes/README @@ -0,0 +1,13 @@ +pipes is a clean and powerful stream processing library that lets you +build and connect reusable streaming components + +Advantages over traditional streaming libraries: + * Concise API: Use simple commands like for, (>->), await, and yield + * Blazing fast: Implementation tuned for speed, including shortcut + fusion + * Lightweight Dependency: pipes is small and compiles very rapidly, + including dependencies + * Elegant semantics: Use practical category theory + * ListT: Correct implementation of ListT that interconverts with pipes + * Bidirectionality: Implement duplex channels + * Extensive Documentation: Second to none! -- cgit v1.2.3