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
Optimize memory usage and improve code readability (#3425)
Added System.Buffers to StringUtils.cs.
Refactored FromMemoryStream to use MemoryStream.TryGetBuffer and ArrayPool<byte> for efficient memory handling.
Modified FromString method signature without changing implementation.
Made minor formatting changes in FromValueTypeList and headerListEntry processing logic to enhance readability.
0 commit comments