Skip to content

Commit df7ce73

Browse files
committed
added changeset
1 parent 86be2a4 commit df7ce73

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
executor: patch
3+
router: patch
4+
---
5+
6+
# Improve JSON response serialization
7+
8+
This PR significantly improves JSON response serialization (response projection) performance (50% faster) by replacing the existing character-by-character string escaping logic with a SIMD-accelerated implementation adapted from [sonic-rs](https://github.com/cloudwego/sonic-rs).

0 commit comments

Comments
 (0)