Commit 65d6d11
committed
Allocate a string look ahead buffer in
CSVFormat.printWithEscapes(CharSequence, Appendable)
As opposed to one for each character read.1 parent 7e43e94 commit 65d6d11
2 files changed
Lines changed: 6 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2191 | 2191 | | |
2192 | 2192 | | |
2193 | 2193 | | |
2194 | | - | |
2195 | | - | |
| 2194 | + | |
| 2195 | + | |
2196 | 2196 | | |
2197 | 2197 | | |
2198 | 2198 | | |
| 2199 | + | |
2199 | 2200 | | |
2200 | 2201 | | |
2201 | | - | |
2202 | | - | |
| 2202 | + | |
| 2203 | + | |
| 2204 | + | |
2203 | 2205 | | |
2204 | 2206 | | |
2205 | 2207 | | |
| |||
Lines changed: 0 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | 142 | | |
156 | 143 | | |
157 | 144 | | |
| |||
0 commit comments