File tree Expand file tree Collapse file tree 8 files changed +35
-26
lines changed
Expand file tree Collapse file tree 8 files changed +35
-26
lines changed Original file line number Diff line number Diff line change 11/.history /
22/.vscode /
3- /.DS_Store
3+ /** / .DS_Store
44
55/words_extractor_pypy /
66/.elixir_ls /
7+ /.idea /
8+ /old /
Original file line number Diff line number Diff line change 1- # example-crystal
1+ # Crystal
22
3- TODO: Write a description here
4-
5- ## Installation
6-
7- TODO: Write installation instructions here
8-
9- ## Usage
3+ ## setup and run
104
5+ ```
116crystal build --release -Dpreview_mt src/example-crystal.cr -o main
127CRYSTAL_WORKES=10 ./main
8+ ```
139
1410MacOS 12.2
1511Crystal 1.3.2
1612MBP 16" M1Max 10 cores
1713Total files: 123
1814Total size: 504 MB
1915Total time: 6.0035 s
20-
21- ## Development
22-
23- TODO: Write development instructions here
24-
25- ## Contributing
26-
27- 1 . Fork it (< https://github.com/your-github-user/example-crystal/fork > )
28- 2 . Create your feature branch (` git checkout -b my-new-feature ` )
29- 3 . Commit your changes (` git commit -am 'Add some feature' ` )
30- 4 . Push to the branch (` git push origin my-new-feature ` )
31- 5 . Create a new Pull Request
32-
33- ## Contributors
34-
35- - [ Jaroslaw Zabiello] ( https://github.com/your-github-user ) - creator and maintainer
Original file line number Diff line number Diff line change 1+ # Golang
2+
3+ ## setup and run
14
25```
36make build
Original file line number Diff line number Diff line change 1+ # Python
2+
3+ ## setup and run
4+
15```
26python -m venv .venv
37source .venv/bin/activat
Original file line number Diff line number Diff line change 1+ # Ruby
2+
3+ ## setup and run
4+
15```
26ruby words.rb
37```
Original file line number Diff line number Diff line change 11[package ]
22name = " words_extractor_rs"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors = [
" Jaroslaw Zabiello <[email protected] >" ]
55edition = " 2018"
66
Original file line number Diff line number Diff line change 1+ # Rust
2+
3+ ## setup and run
4+
5+ ```
6+ cargo build --release
7+ target/release/words_extractor_rs
8+
9+ ```
10+
11+ MacOS 12.2
12+ Rust 1.58.1
13+ MBP 16" M1Max 10 cores
14+ Total files: 123
15+ Total size: 504 MB
16+ Total time: 0.3521 s
You can’t perform that action at this time.
0 commit comments