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

Topology construction is slow #617

Closed
3 tasks
termi-official opened this issue Mar 10, 2023 · 3 comments · Fixed by #753 or #974
Closed
3 tasks

Topology construction is slow #617

termi-official opened this issue Mar 10, 2023 · 3 comments · Fixed by #753 or #974
Assignees
Labels
good first issue Something to work on as a new contributor! performance

Comments

@termi-official
Copy link
Member

termi-official commented Mar 10, 2023

Implementation of the topology construction is quite slow right now and can be optimized (type stability, allocations, ...).

Concrete ideas are

  1. Preallocate sparsity pattern
  2. Preallocate buffers with sufficient size to reduce allocations
  3. Separate mixed dimensional code path from non-mixed dimensional code path
@termi-official
Copy link
Member Author

termi-official commented Jun 7, 2023

I added this to the next milestone, because fixing this is potentially breaking.

@termi-official
Copy link
Member Author

Should I leave this open, because topology construction it is still not that fast?

@koehlerson
Copy link
Member

Let's keep it open, sorry was autoclosing due to merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Something to work on as a new contributor! performance
Projects
None yet
2 participants