Gabriella439 / pipes

Compositional pipelines
BSD 3-Clause "New" or "Revised" License
489 stars 72 forks source link

Pipes.Prelude benchmarks feedback. #55

Closed archblob closed 11 years ago

Gabriella439 commented 11 years ago

Awesome! I'll go ahead and merge this in. Thanks so much for contributing this!

archblob commented 11 years ago

Well, it was not my intention for you to merge this seeing as it's not all of Pipes.Prelude, after your feedback I wanted to complete it, squash all the commits and reopen a clean pull request. :-P

Gabriella439 commented 11 years ago

Oops! I'm sorry about that. :)

I will give you some feedback then later today and we can improve on it.

Gabriella439 commented 11 years ago

Ok, here are some comments that I have as I go through your code:

    drain p = run (for p discard)

Again, I'm sorry about prematurely merging in your work. If you open up a new pull request with any additional changes I won't merge it in until we both agree it is ready.