You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of comparing every rule against every other rule, make a hierarchy cache. Start by listing all the rules that exist and order them by number affected. Then loop through decreasing numbers, finding more and more specific rules to overwrite until you build a full hierarchy.
Need to think about how this would work if novel urls are added to the system?
Description
Instead of comparing every rule against every other rule, make a hierarchy cache. Start by listing all the rules that exist and order them by number affected. Then loop through decreasing numbers, finding more and more specific rules to overwrite until you build a full hierarchy.
Need to think about how this would work if novel urls are added to the system?
Implementation Considerations
Deliverable
arst
Dependencies
depends on:
#1199
The text was updated successfully, but these errors were encountered: