Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

multicore

  • submit to reddit

Getting Started with Parallel Programming

Multi-core computers have shifted the burden of software performance from chip designers to software architects and developers. In order to gain the full benefits of this new hardware, we need to parallelize our code. The goal of this article is to introduce...

6 replies - 15573 views - 06/23/09 by Haytham ElFadeel in Articles

Is Java 7 ready for the multicore revolution?

Henrik Engström doesn't think so. In a recent blog entry, he argues that "the new programming languages must have support to handle many-cores built into the language rather than adding these important features as APIs later on." 

9 replies - 17382 views - 03/27/08 by Nitin Bharti in News