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

Make the checksum download task work in parallel #2759

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

jdneo
Copy link
Contributor

@jdneo jdneo commented Jul 14, 2023

Change the gradle wrapper checksum download task to be parallelly. This will extremely boost the speed of the build.

Copy link
Contributor

@testforstephen testforstephen left a comment

Choose a reason for hiding this comment

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

LGTM

@rgrunber rgrunber added this to the End July 2023 milestone Jul 14, 2023
Copy link
Contributor

@rgrunber rgrunber left a comment

Choose a reason for hiding this comment

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

Very nice. About a 30% improvement here. Contents of the json files are identical before/after. It's basically as fast as completely skipping the checksum generation!

It removes the println, but with an operation that's so fast, there's less of a need to print status.

Update: Just a minor nitpick on the title.

Signed-off-by: Sheng Chen <sheche@microsoft.com>
@rgrunber rgrunber force-pushed the cs/parallel-checksum-download branch from 1230194 to f449afe Compare July 14, 2023 15:19
@rgrunber rgrunber changed the title Make the checksum download task parallelly Make the checksum download task work in parallel Jul 14, 2023
@rgrunber rgrunber merged commit a1e0914 into eclipse-jdtls:master Jul 14, 2023
@jdneo jdneo deleted the cs/parallel-checksum-download branch July 15, 2023 07:35
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.

4 participants