Skip to content

Commit ea0a447

Browse files
committed
add Golang results
1 parent 8632d65 commit ea0a447

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The following results are for 123 unique utf-8 Bible text files in 23 languages
1414
* Machine: MacBook Pro 16" 64GB 2TB M1Max 10 cores.
1515

1616
<pre>
17-
1. Rust 1.58 = 0.38s (with sorting: )
18-
2. Golang 1.17.6 = 0.xxx (with sorting: )
17+
1. Rust 1.58 = 0.38s (with sorting: 1.40s)
18+
2. Golang 1.17.6 = 0.61s (with sorting: 5.03s)
1919
3. Python 3.10.2 = 2.80s
2020
4. Julia 1.7.1 = 4.522
2121
5. Crystal 1.3.2 = 5.72s
@@ -46,3 +46,7 @@ Rust is the fastest language beyond doubt. The new optimized Golang code version
4646

4747

4848
* Golang = has rules for many languages. You can see the influence of a large company and community which makes Golang a mature solution. Sorting slowed the whole task down significantly, but the result is correct (in this case I only checked the results for the Polish language)
49+
50+
### Kudos
51+
52+
[@romanatnews](https://github.com/romanatnews) (Golang example refactoring)

0 commit comments

Comments
 (0)