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

Optimize RadiusResultSet::copy #475

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 19, 2021

  1. Optimize RadiusResultSet::copy

    Perform std::partial_sort instead of full std::sort in RadiusResultSet if not all items need to be returned.
    xopok authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    2d1a0c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Update result_set.h

    Branched between sort and partial_sort; used the more explicit dist_index_.size() instead of size().
    xopok authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    dc4c1cc View commit details
    Browse the repository at this point in the history
  2. Update result_set.h

    Fix formatting.
    xopok authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    f7c007b View commit details
    Browse the repository at this point in the history