Skip to content

Commit a2bed34

Browse files
committed
upgrade Python example
1 parent 2e87519 commit a2bed34

File tree

6 files changed

+745
-72
lines changed

6 files changed

+745
-72
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ The following results are for 123 unique utf-8 Bible text files in 23 languages
1616
<pre>
1717
1. Rust 1.63 = 1.15s, with sorting: 1.64s
1818
2. Golang 1.19.1 = 1.38s, with sorting: 1.71s
19-
3. Python 3.11.0rc1 = 4.29s, with sorting: 4.44s
19+
3. Python 3.12.2 = 5.69, sorting with collations: 6.04s
2020
4. Crystal 1.5.1 = 5.61s
2121
5. Elixir 1.14.0 = 7.34s
2222
6. Julia 1.8.1 = 12.13s, with sorting: 12.22s
23-
7. Ruby 3.2.0-preview2 = 12.63s, with sorting: 12.87s
23+
7. Ruby 3.3.0 = 12.63s, sorting with collations: 12.87s
2424
</pre>
2525

2626
### Conclusion
@@ -49,6 +49,10 @@ The new optimized Golang code version is very fast, slower than Rust but faster
4949

5050
## Changes
5151

52+
2024-03-02
53+
54+
* Updated Python version to 3.12.2, added poetry, solved missing icu4 collations for M1 processors
55+
5256
2022-09-17
5357

5458
* Updated all version. Slighty faster results. The order not changed.

example-python/.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python 3.11.0rc2
1+
python 3.12.2

0 commit comments

Comments
 (0)