We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475d1cc commit acf3765Copy full SHA for acf3765
src/main/java/fr/jmmc/oitools/processing/Merger.java
@@ -587,6 +587,8 @@ private static void processOIArrays(final Context ctx) {
587
// table is the same
588
break;
589
}
590
+ // TODO: try all other possibilities ie all OI_ARRAYs having the same same
591
+ // Use hash or checksum to avoid costly raw table comparison ?
592
593
// use another suffix (_nn):
594
idx++;
0 commit comments