wildmeshing / wildmeshing-toolkit

Toolkit for Meshing in the Wild
Other
113 stars 16 forks source link

Toolkit Optimization #549

Open mtao opened 11 months ago

mtao commented 11 months ago

Now that the toolkit is beginning to work we are identifying a number of performance issues. These issues were predicted to some degree, but it is finally time to start optimizing performance a bit.

Attributes

One category where there are certainly optimizations to be performed is the attribute system.

Reduce attribute creation

There are a few ways how we could potentially reduce attribute creation

Reduce access costs

mtao commented 11 months ago

@Zhouyuan-Chen i believe you have a test that is good for showing off some performance deficiencies - could you post which test it is / where we can find it?

Zhouyuan-Chen commented 11 months ago

@Zhouyuan-Chen i believe you have a test that is good for showing off some performance deficiencies - could you post which test it is / where we can find it?

in this branch

under /tests/components/test_embedded_remeshing_pipeline.cpp