Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy up parse-reponse-headers #4863

Merged
merged 1 commit into from Mar 15, 2017
Merged

Tidy up parse-reponse-headers #4863

merged 1 commit into from Mar 15, 2017

Conversation

stefanpenner
Copy link
Member

@stefanpenner stefanpenner commented Mar 15, 2017

This aims to avoid the following overhead:

  • forEach + closure <-- this seems to be a-bit noisy on boot
  • [field, …value] doesn’t really transpile nicely

More aggressive approach is possible, maybe someone else has time. This addresses the issues I noticed...

This aims to avoid the following overhead:

* forEach + closure
* [field, …value] doesn’t really transpile nicely

More aggressive approach is possible, maybe someone else has time :)
@stefanpenner
Copy link
Member Author

stefanpenner commented Mar 15, 2017

r? @krisselden @runspired

@stefanpenner
Copy link
Member Author

quick benchmark harness i wrote for this one: stefanpenner/perf-scratch@e3b2fe1

@stefanpenner stefanpenner merged commit 2edaf16 into master Mar 15, 2017
@stefanpenner stefanpenner deleted the parse-response-header branch March 15, 2017 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants