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

Saddle Connection Enumeration is slow #275

Open
saraedum opened this issue Oct 18, 2021 · 0 comments
Open

Saddle Connection Enumeration is slow #275

saraedum opened this issue Oct 18, 2021 · 0 comments
Labels
bug Something isn't working performance

Comments

@saraedum
Copy link
Member

saraedum commented Oct 18, 2021

In particular when testing, enumerating saddle connections is very slow. For example, this takes about 13 seconds to complete, see saddle_connection.test.cc:

const auto [name, surface_] = GENERATE(makeSurface<T>());
const auto surface = *surface_;

const auto connection = GENERATE_REF(saddleConnections(surface, 2));
const auto other = GENERATE_REF(saddleConnections(surface, Vertex::source(connection.source(), *surface), 2));
@saraedum saraedum added bug Something isn't working performance labels Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working performance
Development

No branches or pull requests

1 participant