You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we tackled various low-hanging fruits around memory allocation (e.g. #2184), memory allocations when en-/decrypting become more prominent. See e.g. the following recent Firefox profile doing a large file transfer:
We currently re-allocate when en- and decrypting:
neqo/neqo-transport/src/crypto.rs
Lines 664 to 665 in f3d0191
neqo/neqo-transport/src/crypto.rs
Line 689 in f3d0191
Now that we tackled various low-hanging fruits around memory allocation (e.g. #2184), memory allocations when en-/decrypting become more prominent. See e.g. the following recent Firefox profile doing a large file transfer:
https://profiler.firefox.com/public/y1ck0xgt3102jyqjjp93ggda99dt8bz2yg5c7k8/flame-graph/?globalTrackOrder=01&thread=1&transforms=ff-72~ff-82~ff-83&v=10
The text was updated successfully, but these errors were encountered: