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

feature: pooling of Context, Request, Response #9

Closed
sohlich opened this issue Apr 5, 2016 · 2 comments
Closed

feature: pooling of Context, Request, Response #9

sohlich opened this issue Apr 5, 2016 · 2 comments
Assignees

Comments

@sohlich
Copy link
Owner

sohlich commented Apr 5, 2016

The initial idea is to improve performance by implementing pool for Context structs on client side. The Requests and Responses could be pooled on proxy side as well.

@sohlich
Copy link
Owner Author

sohlich commented Apr 15, 2016

The first draft should definitely use sync/pool from builtin go libs

sohlich added a commit that referenced this issue Apr 28, 2016
@sohlich
Copy link
Owner Author

sohlich commented Apr 28, 2016

Definitely need more testing.

@sohlich sohlich closed this as completed Apr 28, 2016
@sohlich sohlich removed the ready label Apr 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant