Applies a very lowlevel solution to the problem. No tricks, only threads.
- Split file into chunks at line-ending boundaries.
- Process all chunks in a number of threads. Add parsed information in thread local hash tables.
- Merge hash tables in a sorted list when the threads exit.
- Dump sorted information.
./bin/laksen datafile.csv 16 16