Originally Posted by Worry
Curious, if you don't mind me asking, how much MiB is it using?
|
The one thing I should say that increases memory usage by a lot is the Graph Window in stacked mode. The way I'm performing math results in 100kb-300kb increase per operation done though I'm working on improving this at the moment (was slightly higher before I started work on it last night). The memory though created can be freed up immediately by a garbage collection if it concerns you and its also an amusing situation where the more I save memory the slightly slower it will be.
Had avoided fixing it till now because there was other performance issues that I addressed last night.