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
As of #106, we have a Gl trait that is passed around in Rc pointers. This involves dynamic dispatch on every function call, which is undesirable. It would be great to remove this overhead.
The text was updated successfully, but these errors were encountered:
As of #106, we have a
Gl
trait that is passed around inRc
pointers. This involves dynamic dispatch on every function call, which is undesirable. It would be great to remove this overhead.The text was updated successfully, but these errors were encountered: