polysemy-research / polysemy-zoo

:monkey::panda_face: Experimental, user-contributed effects and interpreters for polysemy
BSD 3-Clause "New" or "Revised" License
70 stars 20 forks source link

Polysemy.Input.Streaming #56

Closed isovector closed 4 years ago

isovector commented 4 years ago

As discussed in https://github.com/polysemy-research/polysemy/pull/278

isovector commented 4 years ago

I'm very partial to streaming over pipes and conduit --- it's faster, has a simpler API, and has good interop in both directions.

KingoftheHomeless commented 4 years ago

Actually, the contender I had in mind was streamly; although I'm not that familiar with the streaming ecosystem, so I can't say which is better.