You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ The following results are for 123 unique utf-8 Bible text files in 23 languages
14
14
* Machine: MacBook Pro 16" 64GB 2TB M1Max 10 cores.
15
15
16
16
<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)
19
19
3. Python 3.10.2 = 2.80s
20
20
4. Julia 1.7.1 = 4.522
21
21
5. Crystal 1.3.2 = 5.72s
@@ -46,3 +46,7 @@ Rust is the fastest language beyond doubt. The new optimized Golang code version
46
46
47
47
48
48
* 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