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

Optimize S3Escaper.encode() #1529

Merged
merged 3 commits into from
Feb 11, 2024
Merged

Optimize S3Escaper.encode() #1529

merged 3 commits into from
Feb 11, 2024

Conversation

kzhsw
Copy link
Contributor

@kzhsw kzhsw commented Feb 3, 2024

Replace String.replaceAll with StringBuilder for better performance.
See also benchmark at https://github.com/kzhsw/minio-java-jmh.
Close #1528

Replace `String.replaceAll` with StringBuilder for better performance.
See also benchmark at <https://github.com/kzhsw/minio-java-jmh>.
Close minio#1528
@harshavardhana
Copy link
Member

See also benchmark at https://github.com/kzhsw/minio-java-jmh.

where are the before and after results, do not see any results shared - please share them.

@kzhsw
Copy link
Contributor Author

kzhsw commented Feb 3, 2024

See also benchmark at https://github.com/kzhsw/minio-java-jmh.

where are the before and after results, do not see any results shared - please share them.

It's here, the S3EscaperBenchmark.benchmarkEncode is the original impl, the S3EscaperBenchmark.benchmarkEncodeOptimized is the proposed impl.

@bh4t bh4t added the community label Feb 5, 2024
@balamurugana balamurugana changed the title Optimize performance for S3Escaper.encode Optimize S3Escaper.encode() Feb 8, 2024
@minio-trusted minio-trusted merged commit 6926ba0 into minio:master Feb 11, 2024
8 checks passed
@kzhsw kzhsw deleted the patch-1 branch February 11, 2024 01:55
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize performance for S3Escaper.encode
5 participants