Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace wreq with http-conduit #7

Open
dbp opened this issue Nov 9, 2015 · 1 comment
Open

Replace wreq with http-conduit #7

dbp opened this issue Nov 9, 2015 · 1 comment

Comments

@dbp
Copy link
Contributor

dbp commented Nov 9, 2015

wreq has some performance problems, at least when last investigated, due to in creating a new request context every request (which takes is about 5MB of memory). We should be able to drop down to what wreq uses underneath, http-conduit, without too much trouble.

@dbp
Copy link
Contributor Author

dbp commented Nov 12, 2015

It looks like wreq now supports re-using managers, so we may just be able to use that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant