Created
June 3, 2013 21:31
-
-
Save kirkconnell/5701607 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$: time ruby cross_join.rb group_1.txt group_2.txt | |
a1d826a157c20ed6cb3d20292d5bc5b4, a1d826a157c20ed6cb3d20292d5bc5b4 | |
real 6948m15.378s | |
user 6849m3.990s | |
sys 80m35.040s | |
$: time ruby hash_join.rb group_1.txt group_2.txt 100 | |
a1d826a157c20ed6cb3d20292d5bc5b4, a1d826a157c20ed6cb3d20292d5bc5b4 | |
real 0m54.109s | |
user 0m53.570s | |
sys 0m0.370s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment