Skip to content

[Feature] Java build efficiency improvement suggestions #1936

Description

@wl4g

Scenario:
If both projectA and projectB depend on projectC, and these may be maintained by two separate teams, then:

Optimization 1:
If a git pull shows no updates, reuse the previous build artifacts directly.

Optimization 2:
Since multiple teams maintain the projects and builds happen frequently, when multiple builds are triggered concurrently, subsequent tasks can wait for the first triggered task to finish building projectC before continuing their parallel builds.

Summary:
This approach implements phased serialization combined with phased parallelism, which is similar to how generational garbage collection acceleration algorithms work.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions