This repository was archived by the owner on Nov 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 191
Custom DateTimeFormatter for rfc header values #715
Comments
But less bad 😄 |
Exactly, less allocatey |
How much does the current method allocate today? There's no way to get this down to less than 29 bytes, right? EDIT: Just ran a benchmark using a custom formatter and The code can be found here; https://gist.github.com/khellang/3b32c0fd453616bb2de7edabf06e4413 I can PR it if you want 😄 |
This was referenced Sep 30, 2016
We had some optimization fun over in the kestrel channel, here's my version:
its a little crazy but I think its worth it for the perf (it was a fun exercise in any case) :D would you be interested in a PR? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: