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

Improve observed address handling #585

Merged
merged 7 commits into from
Apr 9, 2019
Merged

Improve observed address handling #585

merged 7 commits into from
Apr 9, 2019

Commits on Apr 9, 2019

  1. don't eagerly update the observed address set in Addrs

    allocates and eats a lot of cpu time under the lock;
    let a background worker gc periodically.
    vyzo committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    e76c8a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a152f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b8192b View commit details
    Browse the repository at this point in the history
  4. fix identify tests

    vyzo committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    f4af8d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17001b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe7ba05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efdc140 View commit details
    Browse the repository at this point in the history