Skip to content

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