Commit 970fbb8
Optimize string concatenation in network utility methods (#3225)
* Initial plan
* Optimize string concatenation in network utilities
Co-authored-by: BornToBeRoot <[email protected]>
* Complete performance optimization
Co-authored-by: BornToBeRoot <[email protected]>
* Remove accidentally committed binary file
Co-authored-by: BornToBeRoot <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: BornToBeRoot <[email protected]>1 parent ed92bc2 commit 970fbb8
File tree
3 files changed
+5
-26
lines changed- .nuget
- Source/NETworkManager.Models/Network
3 files changed
+5
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 103 | + | |
114 | 104 | | |
115 | 105 | | |
116 | 106 | | |
| |||
121 | 111 | | |
122 | 112 | | |
123 | 113 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
| 114 | + | |
| 115 | + | |
135 | 116 | | |
136 | 117 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
| |||
0 commit comments