Monday, August 28, 2006

Serial Performance in .NET

Scott Hanselman chronicles his experiences doing timing sensitive I/O in .NET. I haven't studies it carefully, but it reminds me of some of my early Java experiences. As much as I am a fan of the higher-level programming model that Java, C#, and Ruby provide, it often breaks down for this kind of work. Then you need the ability to easily drop down to C-level.

No comments: