- or download this
$ diff llil1.py llil2.py
53c53
...
< def sort_native( cat_count :dict[ str, int ] ) ->list[ str ]:
---
> def sort_native( cat_count :dict ) ->list:
- or download this
# I have pyston_lite_autoload installed already. It can be disabled.
$ DISABLE_PYSTON=1 python3 llil2.py big1.txt big2.txt big3.txt > out1.
+txt
...
total processing time: 8.7 s
output time : 3.6 s
total time : 12.2 s
- or download this
# Install pyston_lite_autoload to ~/.local/lib/python3.10/site-package
+s/.
$ python3 -m pip install --user pyston_lite_autoload
...
total processing time: 7.9 s
output time : 3.3 s
total time : 11.2 s
- or download this
$ ./pyston_2.3.5/bin/pyston3 llil2.py big1.txt big2.txt big3.txt > out
+3.txt
collect time : 3.7 s
...
total processing time: 7.1 s
output time : 3.0 s
total time : 10.1 s