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

Optimize memory allocation for objects in code #21

Open
DmytroKushnirSoftserveinc opened this issue Mar 21, 2019 · 1 comment
Open

Optimize memory allocation for objects in code #21

DmytroKushnirSoftserveinc opened this issue Mar 21, 2019 · 1 comment
Assignees
Labels
danger current state leads to unstable work

Comments

@DmytroKushnirSoftserveinc
Copy link
Contributor

Now all memory is allocated on the stack, seems bad.

@DmytroKushnirSoftserveinc DmytroKushnirSoftserveinc added enhancement New feature or request danger current state leads to unstable work and removed enhancement New feature or request labels Mar 21, 2019
@DmytroKushnirSoftserveinc DmytroKushnirSoftserveinc changed the title F#14 Optimize memory allocation for objects in code Optimize memory allocation for objects in code Mar 21, 2019
@DmytroKushnirSoftserveinc
Copy link
Contributor Author

It worth consulting before proceed, as looks like "best practice" avoids explicit usage of 'new' and 'delete' operators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
danger current state leads to unstable work
Projects
None yet
Development

No branches or pull requests

1 participant