aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-02-23 23:04:34 +0100
committerPacien TRAN-GIRARD2014-02-23 23:04:34 +0100
commitb330f6389b768d238fd4587800dca707becc661b (patch)
tree8e87b02cc88a8d1c28ad532915c5cf6521f9ff98 /report
parentee5ec33aa48b334933b47079634e34cdd2f3b6c2 (diff)
downloadesieequest-b330f6389b768d238fd4587800dca707becc661b.tar.gz
Update report
Diffstat (limited to 'report')
-rw-r--r--report/progression.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex
index 08efc02..ae24a63 100644
--- a/report/progression.tex
+++ b/report/progression.tex
@@ -101,6 +101,10 @@ with the commit 0c5793abf.
101 101
102\subsection{StringBuilder} 102\subsection{StringBuilder}
103 103
104The command list and the exit list are now created using a StringBuilder since
105commit ee5ec33aa. This avoids the creation of a new String object at each
106concatenation, and thus allows better performances.
107
104\subsection{Room objects} 108\subsection{Room objects}
105 109
106 110