You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
wetneb
added a commit
to wetneb/spork
that referenced
this issue
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).
The text was updated successfully, but these errors were encountered: