I'm interested in converting my development partition to a dev-drive. There are a few benchmarks out there for different projects, but not for c++ projects with Visual Studio.
Does anyone have experience with this? What I'm mostly interested in is the build performance (compile and link) of big projects.
From the blog post with additional details:
None of this fits particularly well with a typical C++ build process, I'm afraid: dependencies tend to be installed and built globally and the compilation of your own code tends not to be cached or even cachable.