Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Performance improvement by replacing StringBuffer with StringBuilder #2612

Merged
merged 1 commit into from
Dec 6, 2021
Merged

Performance improvement by replacing StringBuffer with StringBuilder #2612

merged 1 commit into from
Dec 6, 2021

Conversation

larrydiamond
Copy link
Contributor

Pull Request type

  • [x ] Refactoring (no functional changes, no api changes)

Changes in this PR

Replacing StringBuffer objects used locally with StringBuilder. StringBuilder does not synchronize and so will run faster.
This PR only improves performance

Copy link
Contributor

@jxu-nflx jxu-nflx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing it!

@jxu-nflx jxu-nflx merged commit 8283459 into Netflix:main Dec 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants