#FastSM is currently using 213 MB of RAM. That seems really high but what do I know?
@GamingWithEars I think anything written in Python is not going to be the most resource friendly
@lerven Ah, guess everything has its trade-offs. Python: Versital, but can be memory-heavy but supposedly doesn't have to be. C++, hard to write and package for distribution, but very light on resources! I do have 32 GB so I'm not worried, just thought to check because I think I'm hitting the issue where it's spiking RAM usage after being open for some time.
@GamingWithEars I love Python for scripting, but less so for applications I want to release.