We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bb57d0 + 84c4885 commit 4280d50Copy full SHA for 4280d50
book.tex
@@ -14846,7 +14846,7 @@ \section{Challenge: Generational Collection}
14846
time proportional to all the live data. One way to reduce this
14847
overhead is to reduce how much data is inspected in each call to
14848
\code{collect}. In particular, researchers have observed that recently
14849
-allocated data is more likely to become garbage then data that has
+allocated data is more likely to become garbage than data that has
14850
survived one or more previous calls to \code{collect}. This insight
14851
motivated the creation of \emph{generational garbage collectors}
14852
\index{subject}{generational garbage collector} that
0 commit comments