From: SeongJae Park <sj38.park@xxxxxxxxx> A sentence in datastruct has unnecessary extra space between words. Remove it. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- datastruct/datastruct.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastruct/datastruct.tex b/datastruct/datastruct.tex index ed404e5a..99c92d9a 100644 --- a/datastruct/datastruct.tex +++ b/datastruct/datastruct.tex @@ -34,7 +34,7 @@ which improves both performance and scalability. Because this chapter cannot delve into the details of every concurrent data structure, \cref{sec:datastruct:Other Data Structures} -surveys a few of the important ones. +surveys a few of the important ones. Although the best performance and scalability results from design rather than after-the-fact micro-optimization, micro-optimization is nevertheless necessary for the absolute best possible performance and scalability, -- 2.17.1