multicore

0

Is Parallel Programming Hard, And, If So, What Can You Do About It?

http://www.linuxinsight.com

The purpose of this book is to help you understand how to program shared-memory parallel machines without risking your sanity. By describing the algorithms and designs that have worked well in the past, we hope to help you avoid at least some of the pitfalls that have beset parallel projects.

Read more »
zlatko's picture
Created by zlatko 11 years 17 weeks ago – Made popular 11 years 17 weeks ago
Category: High End   Tags:
0

Challenges in Multi-Core Era – Part 1

http://techdoertimes.com

A few years ago, in 2005, Herb Sutter published an article in Dr. Dobb’s Journal , “The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software”. He talked about the need to start developing software considering concurrency to fully exploit continuing exponential microprocessors throughput gains.
Here we are in year 2009...

Read more »
miros's picture
Created by miros 12 years 48 weeks ago – Made popular 12 years 48 weeks ago
Category: Beginner   Tags:
0

Java 7 Will Evolve to Fine-grained Parallelism

http://www.ddj.com

Java's development team understands the multicore revolution and is working hard in offering a new concurrency framework taking into account the new possibilities offered by the new microprocessors. Hence, JDK 7 (Java Development Kit 7) will offer the fork-join framework in order to help Java developers to tackle the multicore revolution using this popular programming language.

Read more »
miros's picture
Created by miros 13 years 6 weeks ago – Made popular 13 years 5 weeks ago
Category: High End   Tags:
0

Novell’s Mono brings SIMD support to C#

http://www.ddj.com

Parallel programming is not just about multi-threading and multi-core. There’s also a lot of power in the SIMD (Single Instruction Multiple Data) extended instruction set available in most modern microprocessors from Intel and AMD.

Read more »
eltorero's picture
Created by eltorero 13 years 7 weeks ago – Made popular 13 years 7 weeks ago
Category: High End   Tags:
0

This Week's Multicore and Parallel Programming Reading List - Dr Dobb's

http://www.ddj.com

C, C#, Erlang, and more A list of book releases compiled by Dr. Dobb's to keep you up-to-date on parallel programming and multicore technology.

Read more »
asterisk_obelix's picture
Created by asterisk_obelix 13 years 9 weeks ago – Made popular 13 years 9 weeks ago
Category: High End   Tags:
0

Exploiting a quad-core (multicore) CPU using parallel programming

http://www.youtube.com

An intersting video showing how an application's performance increases when optimized for parallel execution. It's a book's promotion, but it is very instructive.

Read more »
miros's picture
Created by miros 13 years 14 weeks ago – Made popular 13 years 14 weeks ago
Category: Beginner   Tags:
0

Multicore and parallel programming books

http://www.multicoreinfo.com

This site recommends a list of books for those interested in multicore programming.

Read more »
mard's picture
Created by mard 13 years 14 weeks ago – Made popular 13 years 14 weeks ago
Category: Beginner   Tags:

Best karma users