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

Comments

Optimize a tiny bit the pipe connections#43

Open
jvoisin wants to merge 1 commit intofuzzitdev:masterfrom
jvoisin:improve_socket_communication
Open

Optimize a tiny bit the pipe connections#43
jvoisin wants to merge 1 commit intofuzzitdev:masterfrom
jvoisin:improve_socket_communication

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