-
Notifications
You must be signed in to change notification settings - Fork 28
Switch to per-block ownership #1107
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
Switch to per-block ownership #1107
Conversation
|
I'll go through this (after the other PRs before it) but when we get close, we should have the Propolis PR also ready so we can roll this all up together. I can help with that too. |
409d225 to
34dde7d
Compare
|
Rebased and ready for review! |
jmpesp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
pfmooney
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few potential nits, but this is exciting stuff
120307c to
8769d72
Compare
This PR is staged on top of #1105 and #1106, so only the last commit (409d225) is new.At last, we're ready to switch to per-block (instead of per-byte) ownership! This means that buffers take up 50% less RAM, and do significantly less work during reads.
Before (from #1094)
After
Here's the Propolis patch to make it work:
(also includes changes from #1094)