![]() |
От: |
remark
|
http://www.1024cores.net/ |
Дата: | 03.04.10 16:58 | ||
Оценка: | 16 (4) |
* C++ Threads
* New Features in the Next C++ Standard
One of the most important recent developments in computing is the growth in distributed and parallel applications.
* Tutorials
* Contributed course content
* Hadoop tools and resources
* Video lectures
Tutorials
In these tutorials, we distinguish between local programming (on a single machine) and distributed programming using multiple components via a network.
We cover what designers and programmers need to consider in developing applications in a distributed environment. We also cover parallel computation using an open source tool called Hadoop, which is a MapReduce implementation, running on a distributed file system. The goal is to help build an understanding of these important new trends, and provide opportunities to practice with them.
* Intro to Design
* Intro to Parallel Programming and MapReduce