<<< Saturday, March 08, 2008 07:53 PM

Home

Sunday, March 09, 2008 09:05 PM >>>


pissed off in Peoria

Sunday,  03/09/08  09:39 AM

Yes, you can tell from the title, this is another

<rant optional=totally>

You all know I can't stand .NET’s virtual machine architecture, and you probably think I’m a hopeless dinosaur who just doesn’t get it.  Everyone knows Microsoft is great, everyone knows .NET and Java are the future, etc.  Someday Ole will retire from railing at progress.  (And everyone will be spared Sunday morning rants :)

Let me give you a clean example of what I can't stand about .NET’s CLR: Visual Studio 2005.

In terms of functionality, VS05 is a wonderful and pleasantly evolutionary improvement to VS6, which dates from 2001.  There are all sorts of little niceties sprinkled all over the program which make a developer’s life easier.  And the debugger is better, and edit and continue now works, and so on.  But in terms of performance, VS05 is a horrible dog.  And if you're a developer spending your whole day in the edit – compile – test loop, that performance goes straight to your bottom line.

I have a standard-Aperio-issue laptop, an HP nc8230 with 1.8GHz CPU and 2GB of RAM.  Nobody should need a faster machine than this for development.  And yet on my machine, VS05 is s l o w.  The editor is slow, it can't keep up with my typing.  The interface to P4 (my CMS) is slow.  The make management is slow.  The debugger is horribly slow.  Switching windows is slow!  Looking at compile errors is slow!  Loading project properties is tectonically slow.  Everything just feels glacial.  Even just launching a new solution takes “forever”.

This is especially glaring when I compare VS05 to the P4 client. Probably like you, while developing I switch between these two apps all the time.  P4 loads instantly, responds instantly, and is a pleasure to use.  It makes VS05 look exactly like the dog it is.

Just to piss myself off, I launched VS6 this morning.  It looks dated and there is stuff missing, but man, it was snappy.  As in, you type something, and poof it happens.  I want that back.

So why is VS05 so much slower than VS6?  That’s easy, VS05 is written in C#, while VS6 was written in C++.  It isn’t the C# language than makes VS05 slower – you could claim that C# is nicer than C++ as a language, and get no argument from me – it is the fact that C# compiles to an intermediate bytecode which then has to be interpreted by the CLR at runtime.  A horrible architecture which slows everything down and provides no benefit.

If it wasn’t for the fact that VS6 has been discontinued, I would seriously consider switching back.  As it is, I have to use VS05 all day long, and I hate it.  I thought maybe I would get used to it, but I just hate it more every day.  I keep thinking how wasteful this is, that we all have to suffer just because some idiot inexperienced kids in Redmond copied some idiot inexperienced kids in Santa Clara.  (In Sun’s defense, I will say they were explicitly targeting a “write once, run anywhere” environment including multiple machine architectures, while Microsoft knew they were only running on Intel.)

<bonus type=rant>

Want to know why Vista is so much slower than XP?  Now you know.

</bonus>

</rant>

Thanks for listening, we now return you to our normally scheduled content...