naushadh

Results 8 issues of naushadh

Impressive TCP benchmark [results](https://github.com/haskell-stdio/stdio/blob/master/bench/tcp/result-summary.pdf). I was wondering what would be involved in adding support for a basic web server -- abstracting some of the networking+threading into something that resembles `wai`....

### Issue - Under high load (upto 512 concurrent requests) in a web app, `postgres-wire` keeps running into `IncorrectUsage: "Expected DataRow message, but got ReadyForQuery"` error for a batch of...

bug

I see [build failures](https://travis-ci.org/hunt-framework/hunt/builds/360321114) that could be preventing this, however I'm unable to build `0.3.0.1` in LTS-10.7 ( duplicate `Binary` instances error for `Text`). Pinning stack to master/head solves the...

### Motivation We [currently use stackage resolver `lts-9.21`](https://github.com/naushadh/hello-world/blob/178ae1e8c40554f7495ee7049cff4f96fad868aa/stack.yaml), which ships with GHC-8.0.2. GHC-8.2 has been stable for a while, and GHC-8.4 is about to land. Besides compiler enhancements, to keep...

Inspired from [cassava:#139](https://github.com/hvr/cassava/issues/139). > For cases when you have to deal with a CSV with a column who's name isn't legal in Haskell, it would be nice to have an...

see commit message(s)

I'd like to use `pysnc` to iteratively (with fixed space/memory) consume a very large ServiceNow table. Based on what I saw in the docs and looking at the source code...