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

Changed TrackWithVertexRefSelector to a stream module. #4091

Commits on Jun 2, 2014

  1. Changed TrackWithVertexRefSelector to a stream module.

    Static analysis and helgrind showed it is safe to convert this
    module to a stream module. Thread performance analysis showed
    this conversion is needed for efficient threading.
    To do the conversion, I introduced ObjectSelectorStream templated
    base class.
    Dr15Jones committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    6d59975 View commit details
    Browse the repository at this point in the history