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
Py2nim created every types as a ref object because in Python everything is a ref.
As we don't need inheritance or reference semantics (a shared context for example) for several nimbus types, for those types heap allocations are an unnecessary cost.
The text was updated successfully, but these errors were encountered:
Py2nim created every types as a
ref object
because in Python everything is a ref.As we don't need inheritance or reference semantics (a shared context for example) for several nimbus types, for those types heap allocations are an unnecessary cost.
The text was updated successfully, but these errors were encountered: