forked from juditacs/wordcount
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_commands.txt
More file actions
27 lines (27 loc) · 758 Bytes
/
run_commands.txt
File metadata and controls
27 lines (27 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
bash/wordcount.sh
c/wordcount
cpp/wordcount
cpp/wordcount_clang
cpp/wordcount_baseline
d/wordcount
elixir/wordcount
go/bin/wordcount
haskell/WordCount
java -Xms2G -Xmx8G -classpath java WordCountBaseline
java -Xms2G -Xmx8G -classpath java:java/trove-3.0.3.jar WordCountOptimized
java -Xms2G -Xmx8G -cp clojure.jar clojure.main clojure/wordcount.clj
julia julia/wordcount.jl
lua lua/wordcount.lua
mono csharp/WordCount.exe
nodejs javascript/wordcount.js
nodejs typescript/wordcount.js
perl/wordcount.pl
php5.6 php/wordcount.php
php7.0 php/wordcount.php
hhvm php/wordcount.php
python/wordcount_py2_baseline.py
python/wordcount_py2.py
python/wordcount_py3.py
ruby2.3 ruby/wordcount.rb
rust/wordcount/wordcount
scala -J-Xms2G -J-Xmx8g -classpath scala Wordcount