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

Remove unnecessary ref object #14

Closed
mratsim opened this issue Apr 12, 2018 · 1 comment
Closed

Remove unnecessary ref object #14

mratsim opened this issue Apr 12, 2018 · 1 comment

Comments

@mratsim
Copy link
Contributor

mratsim commented Apr 12, 2018

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.

@arnetheduck
Copy link
Member

Obsolete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants