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

High memory usage #26

Open
Tsarcasm opened this issue Dec 27, 2019 · 0 comments
Open

High memory usage #26

Tsarcasm opened this issue Dec 27, 2019 · 0 comments
Assignees
Labels
bug Something isn't working priority: low This issue is of low priority

Comments

@Tsarcasm
Copy link
Member

Since all entities are supposed to be immutable, we end up with a unique entity being created each time one needs to change. That's ok, and probably will stay the same.
There is an issue when you get an object from a DatabaseStore, since due to (perhaps bad) past decisions we create a copy each time DatabaseStore#get is called.
We probably don't need to create copies each time get is called, but this needs to be tested

@Tsarcasm Tsarcasm added the bug Something isn't working label Dec 27, 2019
@Tsarcasm Tsarcasm self-assigned this Dec 27, 2019
@Tsarcasm Tsarcasm added the priority: low This issue is of low priority label Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: low This issue is of low priority
Projects
None yet
Development

No branches or pull requests

1 participant