-
Notifications
You must be signed in to change notification settings - Fork 3
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
Refactor: RAM optimizations #83
Comments
i have as a plan, to go with Memory Profiler and deallocate all not necessary data. Potentially even not storing some data that i could export on a fly. Or caching if necessary already exported version on a disk in Expore RAM compressions in addition like https://github.com/ostafen/zipcache |
https://www.benburwell.com/posts/flame-graphs-for-go-with-pprof/ |
Optimize Graph output, by converting Dense to only needed Scarse matrix stuff. Check how much it will save, in theory a lot of RAM will be saved here. |
Go with RAM profiler https://medium.com/compass-true-north/memory-profiling-a-go-service-cd62b90619f9
Try to find duplicates of AppData.
The text was updated successfully, but these errors were encountered: