[Assorted-commits] SF.net SVN: assorted: [544] hash-join/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-29 16:30:37
|
Revision: 544 http://assorted.svn.sourceforge.net/assorted/?rev=544&view=rev Author: yangzhang Date: 2008-02-29 08:30:30 -0800 (Fri, 29 Feb 2008) Log Message: ----------- tweaked readme Modified Paths: -------------- hash-join/trunk/README Modified: hash-join/trunk/README =================================================================== --- hash-join/trunk/README 2008-02-29 16:30:20 UTC (rev 543) +++ hash-join/trunk/README 2008-02-29 16:30:30 UTC (rev 544) @@ -41,6 +41,10 @@ - [g++] 4.2 - [libstdc++] 4.2 +[libstdc++]: http://gcc.gnu.org/libstdc++/ +[C++ Commons]: http://assorted.sf.net/cpp-commons/ +[g++]: http://gcc.gnu.org/ + Building -------- @@ -51,8 +55,8 @@ $ svn --quiet co https://assorted.svn.sourceforge.net/svnroot/assorted/hash-join/trunk hash-join $ ln -s "$PWD/cpp-commons/src/commons" hash-join/src/ $ cd hash-join/src/ - $ make opt - $ ./hashjoin-opt 16 $MOVIEDATA/{movies,actresses}.dat + $ make hashjoin-opt + $ out/hashjoin-opt 16 $MOVIEDATA/{movies,actresses}.dat Supporting Tools ---------------- @@ -77,12 +81,9 @@ I used [HashDist] to experiment with the chaining of various hash functions on this dataset and to observe the resulting distributions. -[C++ Commons]: http://assorted.sf.net/cpp-commons/ [HashDist]: http://assorted.svn.sourceforge.net/viewvc/assorted/hash-dist/trunk/ [Multiprocessor Hash-Based Join Algorithms]: http://citeseer.ist.psu.edu/50143.html [Scala Commons]: http://assorted.sf.net/scala-commons/ -[g++]: http://gcc.gnu.org/ [here]: http://us.imdb.com/interfaces#plain -[libstdc++]: http://gcc.gnu.org/libstdc++/ [results]: analysis.html [some datasets]: http://people.csail.mit.edu/yang/movie-data/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |