You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe this should be a design discussion.
I would like factors to call getManifold or hard code the Manifold for now. It used to be like this in most of the factors and I've reverted it where I saw. The reason is to first simplify CalcFactor as much as possible to get rid of dynamic dispatch which is a major bottleneck in performance and then add fields as needed. If done correctly, getManifolds uses constant propagation during compile time and is faster than getting a field in a struct.
also see #1480 (comment)
since mergining:
On
using RoME
The text was updated successfully, but these errors were encountered: