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 Issues #3

Open
Hangus-Udson opened this issue Mar 4, 2019 · 0 comments
Open

Memory Issues #3

Hangus-Udson opened this issue Mar 4, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@Hangus-Udson
Copy link
Owner

Currently the code is poor in terms of memory allocation. A static-sized allocation of 1000000 is currently used to ensure no leaks, however this is wasteful. It would be better if some dynamic system was put in place.

@Hangus-Udson Hangus-Udson added the bug Something isn't working label Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant