Skip to content

Commit 45358d2

Browse files
committed
update README files
1 parent 917f1cc commit 45358d2

File tree

6 files changed

+7
-51
lines changed

6 files changed

+7
-51
lines changed

example-crystal/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,5 @@
44

55
```
66
crystal 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-

example-elixir/README.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
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+
```

example-golang/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,3 @@
66
make build
77
GOGC=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

example-julia/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Julia
22

3-
## run
3+
## setup and run
44

55
```
66
julia -t10 src/words.jl

example-python/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,3 @@ pip install -r requirements.txt
1212
```
1313
python 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

example-ruby/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,3 @@
66
ruby 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

0 commit comments

Comments
 (0)