| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
_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
|
I also prefer this approach, however as it more of a preference question I'll wait for more views. |
Sorry, something went wrong.
From the last commit, that seems okay as a trade-off, yup. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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: