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

Reduce Allocs #2

Closed
gouthamve opened this issue Sep 25, 2017 · 1 comment
Closed

Reduce Allocs #2

gouthamve opened this issue Sep 25, 2017 · 1 comment
Assignees

Comments

@gouthamve
Copy link
Owner

Currently we allocate the size of each chunk (4MB) for EVERY request. We can fix this by writing a custom sink, but it is currently blocked on: golang/groupcache#89

Branch: custom-sink

@gouthamve gouthamve self-assigned this Sep 25, 2017
@gouthamve
Copy link
Owner Author

Forked groupcache: https://github.com/gouthamve/groupcache and added a new sink that doesn't allocate too much.

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