23
Is it possible to write Rust on a low end system?
(lemmy.today)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
If you have the ability to recompile your system ( Gentoo, changing the optimization from -O2 to -Os, optimizing for size ), that may significantly free your system's resources for stuff.
Also, if you CAN'T add RAM, can you speed your storage?
Going from spinning-platter to SATA-SSD, or from SATA-SSD to NVMe, or from normal-NVMe to FAST-NVMe, would massively help your system's speed.
_ /\ _