jetspace / desktop

Repo of the JetSpace Desktop Core tools
http://side.rtfd.org
MIT License
1 stars 2 forks source link

Improve memory usage #43

Open mame98 opened 9 years ago

mame98 commented 9 years ago

For example check all mallocs/reallocs and if they are free corectly after use... Right now I don't really know how much rescources are used by which tool, but the goal of SIDE is to be usefull and efficent !

So we should check it with Valgrind and fix the issues

mame98 commented 9 years ago

One big thing was done:

App menu will not be redrawn every time

mame98 commented 9 years ago

Little update on this:

After about 10min of usage, I get not more than 75mb of used memory... This value should not increase much further...

This is actually OK, but I think we could might improve this during the rc-phase