Rico Mariani's Performance Tidbits

Implying no warranties and conferring no rights: "AS IS" since 1988

29 Jun 2004

Posts
  • Rico Mariani's Performance Tidbits

    Personal emails

    • 3 Comments
    I got some more personal email via my blog here today and I think it's sort of reaching the point where I should write a little something about my policy on one to one communication. I do apologize but there's just no way that I could possibly hope...
  • Rico Mariani's Performance Tidbits

    csc default options change (use /o+ now)

    • 0 Comments
    Eric writes about this in his blog It's important that you get in the habit of throwing /o+ for your retail builds as you would for C++ compilation systems. If it had been me I'd have made /o+ the default but then I'm the perf guy so I have a jaded...
  • Rico Mariani's Performance Tidbits

    When to create exception objects

    • 5 Comments
    I got this question today, thought I'd share my answer here: Q: People are creating and throwing an exception at the same place, usually when a problem occurred. Does it hurt if someone creates an exception in a static construction, then throw...
  • Rico Mariani's Performance Tidbits

    It's a feedback time of year

    • 5 Comments
    Performance review time at Microsoft is a good time for self-reflection and to make a point of getting feedback on how things have gone for the past year. I find the feedback can be both surprising and educational so from time to time I try to coax comments...
  • Rico Mariani's Performance Tidbits

    foreach and performance rules

    • 3 Comments
    I was looking at Brad’s blog this morning and I was astounded to find that some people had chosen not to use foreach “Because Rico said so” though they probably didn’t use those exact words. I found that very troublesome for several...
  • Rico Mariani's Performance Tidbits

    Performance Quiz #3 -- Solution

    • 10 Comments
    And now the exciting solution to Performance Quiz #3 ! There's actually an enourmous amount of philosophy that can be learned from this little example in terms of good habits but I'd like to anchor this in the numbers so let's begin with those. ...
Page 1 of 1 (6 items)