Sha256: 94be59b7d6c7471504021b8bb88a2e5a16006b77ebdb048cd2863758fddfa836

Contents?: true

Size: 465 Bytes

Versions: 1

Compression:

Stored size: 465 Bytes

Contents

# 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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
matchd-0.1.0 DEVELOPMENT.md