I've been building rather alot of c# on linux and windows recently, not much of which changes between builds bit it all still takes forever.
When using gcc and g++ I'd get a huge speed benefit from using ccache and to a lesser extent distcc. Are there equivalents for c# compilers on windows or mono?