Skip to content

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 force-pushed the collection-converter branch from 2e2b048 to 585d827 Compare October 3, 2023 20:44
@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
@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