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

VXI11 protocol performance enhancement #50

Merged
merged 1 commit into from
Jul 20, 2015

Conversation

alexforencich
Copy link
Contributor

Extending a bytearray is much faster than doing string manipulation for large transfers.

@hgrecco hgrecco merged commit 3fa3917 into pyvisa:master Jul 20, 2015
@hgrecco
Copy link
Member

hgrecco commented Jul 20, 2015

Merged! Thanks a lot.

bors bot added a commit that referenced this pull request Nov 28, 2017
115: TCPIP SOCKET improvements r=skrchnavy a=skrchnavy

* Connect uses open_timeout parameter to be timeouted (#88)
* Refactored read operation with improved timeout handling
* Read Uses bytearray and bytes instead of string - inspired by #50 
* Calculation of return data in read uses indexes
* Renamed some variables for better readability.
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.

2 participants