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

Allow overlapping “main” patterns and subpatterns #33

Open
Tracked by #19
ISSOtm opened this issue Jan 3, 2025 · 0 comments
Open
Tracked by #19

Allow overlapping “main” patterns and subpatterns #33

ISSOtm opened this issue Jan 3, 2025 · 0 comments

Comments

@ISSOtm
Copy link
Owner

ISSOtm commented Jan 3, 2025

teNOR currently assumes that it can compute the "overlap" optimisation by comparing the cells themselves; this is not true since a913a51, because nothing guarantees a given cell has the same ID across both catalogs.

Therefore, cells should instead be compared via some kind of IDs, of three kinds: shared, main only, and subpattern only. Then, the shared cells would get the same indices across both catalogs (so the first few, for simplicity).

@ISSOtm ISSOtm changed the title First off, teNOR currently assumes that it can compute the "overlap" optimisation by comparing the cells themselves; this wouldn't become true anymore, because nothing guarantees a given cell would have the same ID across both catalogs. Allow overlapping “main” patterns and subpatterns Jan 3, 2025
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

No branches or pull requests

1 participant