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

Improve LifetimeDefinition to support single handle w/out arrays creation #63

Open
sidristij opened this issue Jan 24, 2020 · 2 comments

Comments

@sidristij
Copy link

in fact we could optimize footprint even better by changing object[] to object for single object

@sidristij
Copy link
Author

I can try to implement this task.

@korifey
Copy link
Contributor

korifey commented Jan 24, 2020

Hi @sidristij. It's a great thought. Lifetime used to have at least 2 children (1 as parent reference) so we didn't need such an optimization. But maybe it's not the case now.

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

No branches or pull requests

2 participants