0
comment
comment
on 8/22/2014 2:25 PM
Compute the mathces Here is a simple, purely brute-force algorithm for computing the join mentioned in Part 1. Here is the entirely “CPU” implementation of the algorithm: Loop over both datasets, compare them one-by-one, if there is a match – flag it. The only thing to note is that while it’s tempting to write the […]