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

FIRST_WINS strategy for fusion #33

Merged
merged 2 commits into from
Jun 5, 2024
Merged

FIRST_WINS strategy for fusion #33

merged 2 commits into from
Jun 5, 2024

Conversation

tpietzsch
Copy link
Collaborator

This implements the FIRST_WINS strategy for fusion. It is quick and dirty and will be revised, but it works :-)

It is not yet exposed through command line arguments, but instead hard-coded here:

// final RandomAccessibleInterval< NativeType > source = Fusion.fuseVirtual(
final RandomAccessibleInterval< NativeType > source = FusionFirstWins.fuseVirtual(

@StephanPreibisch @kgabor If one of you want's to take care of that, please go ahead. Otherwise, I'll do it as soon as possible.

@StephanPreibisch StephanPreibisch marked this pull request as ready for review June 5, 2024 00:50
@StephanPreibisch StephanPreibisch merged commit 59b50dd into main Jun 5, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants