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 is not optimized for when more than one patch loads the same sample file. #13

Open
jwm-art-net opened this issue Jul 16, 2012 · 0 comments

Comments

@jwm-art-net
Copy link

Memory is allocated for every patch which loads a sample even if that sample has already been loaded. Memory usage could be lessened if there was a mechanism for sharing sample data between patches. The mechanism would need to reference count the usage in order to free the data properly only when the data was absolutely no longer used by any patches.

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