Skip to content

Commit f9ba73b

Browse files
committedDec 14, 2019
lsug lightnings
1 parent 7ddc9a8 commit f9ba73b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed
 
Binary file not shown.

‎08-lsug-ligthning-logstage-distage/lsug-lightnig.tex

+9-4
Original file line numberDiff line numberDiff line change
@@ -442,17 +442,22 @@ \section{Zero-effort structural logging}
442442
\end{figure}
443443
444444
\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}
447450
\item Technically it's very similar to Garbage Collection in JVM
448451
\end{enumerate}
449452
\end{frame}
450453
451454
\begin{frame}
452455
\begin{figure}
453456
\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.
456461
\end{figure}
457462
\end{frame}
458463

0 commit comments

Comments
 (0)
Please sign in to comment.