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

Commits on Oct 3, 2023

  1. Add Collection to ArrayValue object converter

    Also replace unnecessary stream usage with less GC-pressing code
    in the List object converter
    akudiyar committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    75c6903 View commit details
    Browse the repository at this point in the history
  2. Do not use streams in ArrayValue to List value converter

    Replace streams usage with less GC-pressing code
    akudiyar committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    68c34a6 View commit details
    Browse the repository at this point in the history
  3. Use Collection instead of List as arguments type in TarantoolClient

    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 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    585d827 View commit details
    Browse the repository at this point in the history