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

Share slot read buffers. #14

Merged
merged 1 commit into from
Nov 18, 2015
Merged

Share slot read buffers. #14

merged 1 commit into from
Nov 18, 2015

Conversation

mtth
Copy link
Contributor

@mtth mtth commented Nov 17, 2015

Rather than keep a separate slotBuffer per key length, we can track the size of the largest slot and create a common buffer. If there are many different key sizes, this could save a reasonable amount of in-heap memory.

Rather than keep a separate `slotBuffer` per key length, we can track
the size of the largest slot and create a common one.  If there are many
different sizes, this could save a reasonable amount of in-heap memory.
mbastian added a commit that referenced this pull request Nov 18, 2015
Share slot read buffers
@mbastian mbastian merged commit 22eb677 into linkedin:master Nov 18, 2015
@mbastian
Copy link
Contributor

Thanks for digging into this!

@mbastian mbastian added this to the 1.1.0 milestone Jan 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants