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

Rework openvas_hosts_shuffle() implementation. #201

Merged
merged 1 commit into from
Mar 22, 2019

Commits on Mar 20, 2019

  1. Rework openvas_hosts_shuffle() implementation.

    Prior implementation used an O(N^2) routine. This one has O(N) time
    complexity.
    
    With a /8 network, the routine takes a couple of seconds, instead of
    multiple hours.
    kroosec committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    f610242 View commit details
    Browse the repository at this point in the history