Home Tags Parallel computing

Tag: parallel computing

CodeSport

2
In this month's column, we take a quick look at the threading support introduced in the new standard for C++11. One of the major events...

(Hadoop) MapReduce: More Power, Less Code

1
This is an introduction to MapReduce as a framework for beginners in distributed computing, and a short tutorial on Hadoop, an open source MapReduce...

Turbo Charge Python Apps with Speed, Part 2

2
In an earlier article, we tried out some of the tools to turbo-charge mainly CPU-bound Python programs, without modifying the source code too often....