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

fix: use the routing table filter #576

Merged
merged 4 commits into from
Apr 9, 2020
Merged

fix: use the routing table filter #576

merged 4 commits into from
Apr 9, 2020

Commits on Apr 8, 2020

  1. fix: use the routing table filter

    fixes #575
    Stebalien committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    c7a9b73 View commit details
    Browse the repository at this point in the history
  2. feat: cache router info

    Unfortunately, constructing a router is _not_ cheap. Cache it so we don't have
    to re-compute it every time we get a query.
    Stebalien committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    9461bab View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    8c2c236 View commit details
    Browse the repository at this point in the history
  2. test filter caching

    willscott committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    6400d24 View commit details
    Browse the repository at this point in the history