We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the java implementation produces different output:
$ cat data/huwiki-latest-pages-meta-current.xml | /usr/bin/time -v cpp/wordcount_clang >out-cpp.txt $ cat data/huwiki-latest-pages-meta-current.xml | /usr/bin/time -v java -Xms2G -Xmx8G -classpath java:java/zah-0.6.jar WordCountOptimized >out-java.txt $ cat data/huwiki-latest-pages-meta-current.xml | /usr/bin/time -v rust/wordcount/wordcount >out-rust.txt $ wc -c out-* 1208432559 out-cpp.txt 1208432559 out-java.txt 1208432559 out-rust.txt $ sha256sum out-* ea81dd93280cfc6e64d0037ba63388cc0fad9f9ac325393c625e8838c8607ed5 out-cpp.txt 71ff0ac64c298edbaff79c81fe9c86e2bdcbc250b3df3a99781241d5db162eee out-java.txt ea81dd93280cfc6e64d0037ba63388cc0fad9f9ac325393c625e8838c8607ed5 out-rust.txt $ java -version openjdk version "21.0.2" 2024-01-16 OpenJDK Runtime Environment (build 21.0.2+13) OpenJDK 64-Bit Server VM (build 21.0.2+13, mixed mode, sharing)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the java implementation produces different output:
The text was updated successfully, but these errors were encountered: