I prefer to use the index, with a little training, you can find what you
want extremely quickly with it (compared to the indeed slow search).
As for VS2005 the interface rocks as well as the look up features, but it’s
really slow… A C++ meta programming project generally kills the lookup
engine and slows down the whole beast to a crawl. I’ve also experienced lock
ups during debugging for no apparent reason.
The other problem is that the program seems to be based on .NET and
therefore uses ‘that’ garbage collector. Why people use garbage collectors
when they have smart pointers is beyond me… Anyways, this results in
massive memory usage until exhaustion, then intensive CPU usage and
hopefully some memory available afterward… :s
However the C++ compiler is of very high quality. I really like the progress
that has been made toward compliance. Globally I really enjoy VS2005 but I
would like to have these performance issues addressed, I don’t think it’s
normal to experience slowdowns on a dual-opteron with 2GB of RAM.
Hopefully a service pack is arriving soon and I’ve heard it fixes some
slowness issues in the IDE, but I tend to hear voices anyways.
–
EA
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-270172-
xxxxx@lists.osr.com] On Behalf Of Don Burn
Sent: Thursday, November 16, 2006 20:06
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Visual Studio 2005
Yep, it is “local only” and the best speed of the search is 20 times
worse than the previous version (I have measured as much as 100 times
slower).
Throw in the amount of wasted vertical space by the way they present
things, and the crap of having another window at the bottom of the
screen for index to actual page stuff and things are really painful.
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
http://www.windrvr.com Remove StopSpam from the email to reply
wrote in message news:xxxxx@ntdev…
> >I assume all of you folks already went to VS2005 help Tools!Options &
> set
> >help to local only?
> >
> > I seem to recall the default setting is to do one or more online
> > queries for each help query.
> >
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer