Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Optimize a tiny bit the pipe connections #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Optimize a tiny bit the pipe connections #43

wants to merge 1 commit into from

Conversation

jvoisin
Copy link
Contributor

@jvoisin jvoisin commented 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

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant