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

Use Collection instead of List as arguments type in TarantoolClient #431

Merged
merged 3 commits into from
Oct 5, 2023

Conversation

akudiyar
Copy link
Collaborator

@akudiyar akudiyar commented Oct 3, 2023

Also make some performance improvements by removing unnecessary wrapper object creation.

See individual commit messages for details about the changes.

Closes #432

Also replace unnecessary stream usage with less GC-pressing code
in the List object converter
Replace streams usage with less GC-pressing code
Replace arguments type in call* and eval* methods to Collection. This
improves the API and allows to remove redundant creation of
intermediate ArrayLists on each call.
@akudiyar akudiyar added this pull request to the merge queue Oct 5, 2023
Merged via the queue into master with commit 6ac393c Oct 5, 2023
3 checks passed
@akudiyar akudiyar deleted the collection-converter branch October 5, 2023 10:03
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.

Do not copy arguments of requests in operations
3 participants