Comment by simplotek

3 years ago

> I use one for building C++. Granted that's a bit niche (...)

Not niche at all. Using a RAM disk for building C++ applications is one of the oldest and most basic build optimization tricks around. It's specially relevant when using build cache tools like cache, which lead large C++ builds to no longer be CPU bound and become IO bound.