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

Package as a native image to speed up merges #480

Open
wetneb opened this issue Jan 28, 2024 · 1 comment
Open

Package as a native image to speed up merges #480

wetneb opened this issue Jan 28, 2024 · 1 comment

Comments

@wetneb
Copy link
Contributor

wetneb commented Jan 28, 2024

When merging branches, the merge driver is invoked once per file. This means many independent process will be created. Because starting a JVM takes a bit of time, it might be possible to speed this up using GraalVM's native image support.

This would create an executable file that could be used as merge driver, with potentially faster startup (and likely also faster execution).

wetneb added a commit to wetneb/spork that referenced this issue Jan 28, 2024
@slarse
Copy link
Collaborator

slarse commented Jan 28, 2024

That's a cool idea, I've added some thoughts in #481

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants