Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 465 Bytes

DEVELOPMENT.md

File metadata and controls

5 lines (4 loc) · 465 Bytes

Development ideas

Currently Matchd follows a lazy approach when reading in configurations. The idea is to not instantiate the entire rules configuration on load, but only if needed. For example, things like the Passthrough rule can evaluate system resolvers each time which makes reloading the service unnecessary. On the other hand, it needs to do this all the time. Right now I'm uncertain about the performance implications, just let's see how well it works.