Commit 999035c
authored
perf(turbopack): Make
### What?
Considering the way `serde_json` works, I expect this to be faster.
Also, a JSON string is very likely to be a single `bytes::Bytes` already, so it would not regress the memory usage.
### Why?
<img width="843" alt="image"
src="https://github.com/user-attachments/assets/2c5ebb0b-335c-4ca1-aebd-64a6da9e0671"
/>File => json faster (vercel#81279)1 parent c12c9c1 commit 999035c
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1912 | 1912 | | |
1913 | 1913 | | |
1914 | 1914 | | |
1915 | | - | |
| 1915 | + | |
| 1916 | + | |
1916 | 1917 | | |
1917 | 1918 | | |
1918 | 1919 | | |
| |||
0 commit comments