-
Notifications
You must be signed in to change notification settings - Fork 523
Conversation
How much does this actually save? |
It could save more, but are some oddities with nulls (being valid stored values but not output; is even a test for it and related things) Otherwise a fair bit and moves
|
@benaadams I'd like to see numbers. This looks like an uber micro-optimization. |
Perf is in #519 (comment) Numbers are hard to get matching; but look at the ratios for FrameResponseHeaders.CopyToFast - CopyFrom is the same in both and doesn't include enumerator .ctor |
Can run longer perf tests if you want more equivalent numbers? |
|
b2611a2
to
36789e4
Compare
36789e4
to
da2d666
Compare
Also has aspnet#528 Faster output header handling aspnet#528 in it :-/
Also has aspnet#528 Faster output header handling aspnet#528 in it :-/
Merged with #524 due to Generated file clash |
Also has "Faster output header handling" aspnet#528 in it :-/
Also has "Faster output header handling" aspnet#528 in it :-/
Also has "Faster output header handling" aspnet#528 in it :-/
Also has "Faster output header handling" aspnet#528 in it :-/
From #519