FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Inline the validate() function by bluetech · Pull Request #119 · python-hyper/h11 · GitHub

Inline the validate() function - #119

Open
bluetech wants to merge 3 commits into
python-hyper:masterfrom
bluetech:inline-validate
Open

Inline the validate() function#119
bluetech wants to merge 3 commits into
python-hyper:masterfrom
bluetech:inline-validate

Conversation

Copy link
Copy Markdown
Contributor

This is based on #118, please look at the last commit only. (Sorry for the jungle of PRs, I can rebase them whichever way).


It somewhat obscures the control flow and adds some non-trivial overhead.

Inline it in favor of the direct match/if combination.

On the bench/ microbenchmark:

Before: 10700.2 requests/sec
After : 11334.0 requests/sec

_EventBundle uses a lot of dynamic python features to save on some
duplication, but it slows things down, and will also make it much harder
to add static typing. Since these types are now pretty stable, it seems
not worth it.

On the bench/ micro-benchmark:

Before:  9322.6 requests/sec
After : 10544.6 requests/sec
It somewhat obscures the control flow and adds some non-trivial
overhead.

Inline it in favor of the direct match/if combination.

On the bench/ microbenchmark:

Before: 10700.2 requests/sec
After : 11334.0 requests/sec

pgjones commented May 16, 2021

Copy link
Copy Markdown
Member

I also prefer this approach, however as it more of a preference question I'll wait for more views.

Copy link
Copy Markdown
Contributor

I also prefer this approach, however as it more of a preference question I'll wait for more views.

From the last commit, that seems okay as a trade-off, yup.
Tho I'd probably also want to review again once there's an up to date PR for it, and have the micorbenchmark re-run against the latest PR-against-master.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL