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
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
FrameResponseHeaders.ClearFastandFrameRequestHeaders.ClearFastconsume 4.75% cpu between themAs they set (copy) 71 fields of the struct
StringValues.Empty; all these can be dropped as they have already been "cleared" by setting_bits = 0;Currently would be 71 small copies of 8 bytes (568 bytes) and 16 bytes with the #491 changes (1136 bytes); which cloud be saved.