Improve the breakpoint search time for the Mode 1 algorithm #8
Labels
Comicom
The main Comic Compiler script that performs the stitching
enhancement
New feature or request
help wanted
Extra attention is needed
Testing
For anything that requires new or updated automated tests
Problem
The current BDM#1 ("Breakpoint Detection Mode #1") uses a brute force O(n) search method when trying to find a breakpoint. This can be slow if the images are long and there's not many opportunities to find a breakpoint.
Resolving this ticket may involve creating a new breakpoint mode instead of altering the existing mode 1.
Testing Conditions
The text was updated successfully, but these errors were encountered: