djalbat / occam-ide

Occam/s IDE
Other
1 stars 0 forks source link

Pass the selections to the incremental algorithm #165

Open djalbat opened 2 months ago

djalbat commented 2 months ago

These can be used by the first part of the algorithm to do away with the need to compare lines. Hopefully it will speed up the treatment of large files.

Perhaps it is the selections grid that will need to be passed rather than the selections. What matters are the columns of the top and bottom selections.