Skip to content

Commit 7d1e407

Browse files
committed
Add sentence to Dirty Flag.
1 parent 36a7f17 commit 7d1e407

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

book/dirty-flag.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

html/dirty-flag.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,8 @@ <h3><a href="#how-fine-grained-is-your-dirty-tracking" name="how-fine-grained-is
633633
and you&#8217;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,

0 commit comments

Comments
 (0)