File tree 2 files changed +9
-4
lines changed
08-lsug-ligthning-logstage-distage
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -442,17 +442,22 @@ \section{Zero-effort structural logging}
442
442
\end {figure}
443
443
444
444
\begin {enumerate}
445
- \item Your application and tests may specify their dependencies semi-dynamically
446
- \item All the unnecessary components will not be even attempted to instantiate
445
+ \item Your application and tests specify which components they need to work
446
+ \begin {itemize}
447
+ \item And this components and their dependencies will be created
448
+ \item \dots but everything else will be pruned
449
+ \end {itemize}
447
450
\item Technically it's very similar to Garbage Collection in JVM
448
451
\end {enumerate}
449
452
\end {frame}
450
453
451
454
\begin {frame}
452
455
\begin {figure}
453
456
\huge \distage performs optimal ahead of time planning.
454
- \\
455
- It doesn't do any unnecessary job.
457
+ \end {figure}
458
+
459
+ \begin {figure}
460
+ \Large It makes your application and tests perform no irrelevant initializations.
456
461
\end {figure}
457
462
\end {frame}
458
463
You can’t perform that action at this time.
0 commit comments