Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion run-sux4j-mphf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ ! -f ./Sux4J/sux4j-4.0.1/sux4j-4.0.1.jar ]; then
bash -c "cd Sux4J && make binary"
fi
javac -cp $CLASSPATH Sux4J/slow/it/unimi/dsi/sux4j/mph/*.java
java -cp $CLASSPATH org.junit.runner.JUnitCore it.unimi.dsi.sux4j.mph.MinimalPerfectHashFunctionSlowTest
java -Djava.io.tmpdir=/tmp/ -cp $CLASSPATH org.junit.runner.JUnitCore it.unimi.dsi.sux4j.mph.GOV3FunctionSlowTest