Commit 2e1f29c
authored
Optimize socket read (#40)
* Optimize JSON parsing from socket stream with JSONStream and improved buffer handling for better performance
* Refactor socket reading logic: Replace previous socket.read implementation with a more efficient JSON streaming parser
---------
Signed-off-by: tang <38900255+WeiTang-star@users.noreply.github.com>1 parent bd73829 commit 2e1f29c
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | 189 | | |
199 | 190 | | |
200 | 191 | | |
| |||
0 commit comments