Optimize Managed Code For Multi-Core Machines(msdn.microsoft.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 8 months ago

Multi-processor machines are now becoming standard while the speed increases of single processors have slowed down. The key to performance improvements is therefore to run a program on multiple processors in parallel. Unfortunately, it is still very hard to write algorithms that actually take advantage of those multiple processors. In fact, most applications use just a single core and see no speed improvements when run on a multi-core machine. We need to write our programs in a new way.

2 comments |category: |Views: 26

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by akmadakmad(0) 4 years, 8 months ago 0

Very cool... just wish it were available now.

Reply

posted by crpietschmanncrpietschmann(11.3k) 4 years, 8 months ago 0

I actually posted a short summary of this article on my blog just before the online version of the article became available. The Parallel FX Library sounds pretty cool; I hope it doesn't take them too long to bake this stuff into the framework itself.

http://pietschsoft.com/Blog/Post.aspx?PostID=1399

Reply

information Login or create an account to comment on this story