File tree Expand file tree Collapse file tree 6 files changed +7
-51
lines changed
Expand file tree Collapse file tree 6 files changed +7
-51
lines changed Original file line number Diff line number Diff line change 44
55```
66crystal build --release -Dpreview_mt src/example-crystal.cr -o main
7- CRYSTAL_WORKERS=10 ./main
7+ CRYSTAL_WORKERS=8 ./main
88```
9-
10- MacOS 12.2
11- Crystal 1.3.2
12- MBP 16" M1Max 10 cores
13-
Original file line number Diff line number Diff line change 1- # WordsExtractor
1+ # Elixir
22
3- ** TODO: Add description **
3+ ## setup and run
44
5- ## Installation
6-
7- If [ available in Hex] ( https://hex.pm/docs/publish ) , the package can be installed
8- by adding ` words_extractor_ex ` to your list of dependencies in ` mix.exs ` :
9-
10- ``` elixir
11- def deps do
12- [
13- {:words_extractor_ex , " ~> 0.1.0" }
14- ]
15- end
165```
17-
18- Documentation can be generated with [ ExDoc] ( https://github.com/elixir-lang/ex_doc )
19- and published on [ HexDocs] ( https://hexdocs.pm ) . Once published, the docs can
20- be found at [ https://hexdocs.pm/words_extractor_ex ] ( https://hexdocs.pm/words_extractor_ex ) .
21-
6+ mix
7+ mix run -e "WordsExtractor.run"
8+ ```
Original file line number Diff line number Diff line change 66make build
77GOGC=2000 ./main
88```
9-
10- MacOS 12.2
11- Go 1.18beta1
12- MBP 16" M1Max 10 cores
13- Total files: 123
14- Total size: 504 MB
15- Total time: 7.2166 s
16-
17- ```
18- go run .
19- ```
20-
21- Total time: 8.8602 s
Original file line number Diff line number Diff line change 11# Julia
22
3- ## run
3+ ## setup and run
44
55```
66 julia -t10 src/words.jl
Original file line number Diff line number Diff line change @@ -12,10 +12,3 @@ pip install -r requirements.txt
1212```
1313python words.py
1414```
15-
16- MacOS 12.2
17- Python 3.10.2
18- MBP 16" M1Max 10 cores
19- Total files: 123
20- Total size: 504 MB
21- Total time: 2.9403 s
Original file line number Diff line number Diff line change 66ruby words.rb
77```
88
9- MacOS 12.2
10- Ruby 3.1
11- MBP 16" M1Max 10 cores
12- Total files: 123
13- Total size: 504 MB
14- Total time: 2.0542 s
You can’t perform that action at this time.
0 commit comments