-
Notifications
You must be signed in to change notification settings - Fork 81
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
[blog] Version 1.13 Release #1396
Conversation
✅ Deploy Preview for condescending-goldwasser-91acf0 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Nice visualizer 👍
However, if we are looking for correctness, this image is a bit misleading.
Correction:
-
The Mask layer includes the regions. Regions are there to "summarize" the bits in the bitmask, and the bitmask is there to summarize the blocks. The purpose of this layer is to know where to place updates.
-
The Tracker layer directly links an ID to a position and length of the data in the Data layer. The purpose of this layer is reading data.
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.
What exactly is wrong?
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.
Oh, the tracking layer is not what I though.
How to call this "additional structure which tracks gaps in regions of the bitmask"?
I don't think we need to mention tacker separately then, cause it is trivial
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.
I see, so the misleading part is only naming-wise for me. Which I associated Tracker with the lookup part.
How to call this "additional structure which tracks gaps in regions of the bitmask"?
Regions Layer (?)
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.
It fits the attached diagram...
Co-authored-by: Luis Cossío <[email protected]>
Co-authored-by: Luis Cossío <[email protected]>
Co-authored-by: Tim Visée <[email protected]>
Co-authored-by: Tim Visée <[email protected]>
Co-authored-by: Tim Visée <[email protected]>
PREVIEW