Random commentary about Machine Learning, BigData, Spark, Deep Learning, C++, STL, Boost, Perl, Python, Algorithms, Problem Solving and Web Search
1. Split the data into pieces that fit into main memory2. Sort the pieces with conventional sorting algorithms3. Merge those so called runs and build the completely sorted data-set
1. Split the data into pieces that fit into main memory
ReplyDelete2. Sort the pieces with conventional sorting algorithms
3. Merge those so called runs and build the completely sorted data-set