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

Memory usage? #94

Open
WindowsNT opened this issue Feb 17, 2022 · 1 comment
Open

Memory usage? #94

WindowsNT opened this issue Feb 17, 2022 · 1 comment

Comments

@WindowsNT
Copy link

It's very nice. Can it run without the call to std::make_shared<> to avoid a memory allocation?

@Quentin-xue
Copy link

std::make_shared<> will release it when no one use it anymore
do you think this will cause memory leak or something else?

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