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

RS-70: Optimize parsing batch records in Python SDK #99

Merged
merged 4 commits into from
Dec 14, 2023

Conversation

AnthonyCvn
Copy link
Contributor

@AnthonyCvn AnthonyCvn commented Dec 14, 2023

Closes #

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • CHANGELOG.md has been updated (for bug fixes / features / docs)

What kind of change does this PR introduce?

Optimization

What is the current behavior?

The implementation of _read_response function concatenates byte strings in a loop.

What is the new behavior?

The optimized _read_response function now uses a list to collect byte chunks and combines them at the end using join().

Does this PR introduce a breaking change?

No

Other information:

@AnthonyCvn AnthonyCvn changed the title Rs 70 optimize parsing batch records in python sdk RS-70: Optimize parsing batch records in python SDK Dec 14, 2023
@AnthonyCvn AnthonyCvn changed the title RS-70: Optimize parsing batch records in python SDK RS-70: Optimize parsing batch records in Python SDK Dec 14, 2023
@atimin atimin merged commit 90ff139 into main Dec 14, 2023
22 checks passed
@atimin atimin deleted the RS-70-Optimize-parsing-batch-records-in-Python-SDK branch December 14, 2023 21:19
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