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

Optimize a tiny bit the pipe connections #43

Open
wants to merge 1 commit into
base: master
from
Commits on Jun 10, 2020
  1. Optimize a tiny bit the pipe connections

    jvoisin committed Jun 10, 2020
    This yields a couple of percent in performances, by bypassing:
    - a check to see if the connection is open
    - a check to see if the connection is writeable/readable
    - a call to memoryview()
    - a bunch of conditions
You can’t perform that action at this time.