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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The new optimized Golang code version is very fast, slower than Rust but faster
40
40
41
41
* Crystal = currently supports only Turkish collations. Probably because the language is young and does not have a large enough community or company behind it (as March 2024 still no more collations)
42
42
43
-
* 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)
43
+
* Golang = has rules for many languages. You can see the influence of a large company and community which makes Golang a mature solution similar to Python. ~~Sorting slowed the whole task down significantly, but the result is correct (in this case I only checked the results for the Polish language)~~
0 commit comments