Skip to content

Increase Speed of Rule Calculations #1176

@CarsonDavis

Description

@CarsonDavis

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

  • type your first consideration here

Deliverable

arst

Dependencies

depends on:
#1199

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions