QtConcurrent Word Count Example
Demonstrates how to use the map-reduce algorithm.
The QtConcurrent Word Count example demonstrates the use of the map-reduce algorithm when applied to the problem of counting words in a collection of files.
This is a command-line application.