composewell / streaming-benchmarks

Benchmarks to compare Haskell streaming library performance
Other
102 stars 9 forks source link

Add drinkery #8

Closed fumieval closed 6 years ago

fumieval commented 6 years ago

Drinkery is a new streaming library which features bidirectionality and high performance.

harendra-kumar commented 6 years ago

Looks good to me. I will give it a spin and then merge.

One problem that we have in Charts.hs is that if we have more than 5 libraries, the charts do not render properly. I have divided the published charts in two groups and I chart only a few at a time for each group. But if someone clones the repo and runs all the benchmarks (which is the default) the charts won't come up well.

harendra-kumar commented 6 years ago

Perf is looking pretty good. I will perform all the runs in one go for fair comparison and then update the charts.