|
|
|
|
|
by polskibus
4291 days ago
|
|
Compilation can be parallelized quite well if the code is structured properly. I used Xoreax grid engine (incredibuild) on Windows some time ago with C++ and it was great at speeding up our builds. Shame C# isn't parallelized in the same way. Perhaps Go implementers could use similar approach? |
|