File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -607,7 +607,8 @@ on the ship this modification occurred.
607607 * * You end up processing unchanged data.* Add a single barrel to a deck
608608 and you'll have to send the whole thing to the server.
609609
610- * * Less memory is used for storing dirty flags.*
610+ * * Less memory is used for storing dirty flags.* Add ten barrels to a deck
611+ and you only need a single bit to track them all.
611612
612613 * * Less time is spent on fixed overhead.* When processing some changed data,
613614 there's often a bit of fixed work you have to do on top of handling the
Original file line number Diff line number Diff line change @@ -633,7 +633,8 @@ <h3><a href="#how-fine-grained-is-your-dirty-tracking" name="how-fine-grained-is
633633 and you’ll have to send the whole thing to the server.</ p >
634634</ li >
635635< li >
636- < p > < em > Less memory is used for storing dirty flags.</ em > </ p >
636+ < p > < em > Less memory is used for storing dirty flags.</ em > Add ten barrels to a deck
637+ and you only need a single bit to track them all.</ p >
637638</ li >
638639< li >
639640< p > < em > Less time is spent on fixed overhead.</ em > When processing some changed data,
You can’t perform that action at this time.
0 commit comments