Skip to content

Commit 3de44c8

Browse files
committed
update summary connclusion
1 parent d4328f6 commit 3de44c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ The new optimized Golang code version is very fast, slower than Rust but faster
3939

4040
* Crystal = currently supports only Turkish collations. Probably because the language is young and does not have a large enough community or company behind it.
4141

42-
* 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)
42+
* 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.
43+
44+
Golang is the only language from that list that has full mature support for natural sorting in lots of languages. This code implements sorting in 23 languages. It is also very fast, close to Rust although it is not obvious how to optimize its code to work so fast. Although Golang has simplified syntax it is not simple to know how to use its full power.
4345

4446
### Kudos
4547

0 commit comments

Comments
 (0)