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

Reduce create problem allocations #215

Commits on Dec 5, 2020

  1. Move parameter blocks vector outside loop

    This reduces the amount of allocations required, since the same vector
    and its previously allocated memory is reused among all the graph
    constraints when the ceres::Problem is created.
    efernandez committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    acafaba View commit details
    Browse the repository at this point in the history