Simple in-memory hash join on key, with a build phase on R and probe phase over S. Hash function: h(key) = key mod 4.