9
Shouts

Back to (Parallel) Basics Do you really want to do that? or Why doesn't the new Parallel.For support BigInteger? - Scott Hanselman

published 1125 days, 19 hours, 31 minutes ago posted by jantujantu 1127 days, 20 hours, 10 minutes ago
Saturday, April 24, 2010 10:32:07 AM GMT Thursday, April 22, 2010 9:52:22 AM GMT

Got an interesting question on Twitter, and got a fabulous answer in email from Stephen Toub, who happens to be my most favorite multi-threaded person. Here's the question. "why doesn't the new parallel.for support BigInteger?"It's an interesting question for a few reasons. First, it's interesting because it's a question about the new parallel stuff in .NET 4 and Visual Studio 2010 that lets the developer take parallel problems that would be very hard and makes them extremely easy. For example, you can...

category: How To | clicked: 51 | | source: www.hanselman.com | show counter code
tags: Programming, VS2010., Back to Basics