Commit 95c57fb
Replace StringBuffer with StringBuilder in BundleHelper
The local variable `buffer` in `getFilter()` is not shared
across threads, so StringBuilder is the appropriate choice
and avoids unnecessary synchronization overhead.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 86cdd31 commit 95c57fb
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments