Message368630
Currently, it's possible to implement this optimization using the Unix command "hardlink". Example:
hardlink -c -v /usr/lib64/python3.8/__pycache__/*.pyc
On my Fedora 32, this command says:
Directories: 1
Objects: 520
Regular files: 519
Comparisons: 133
Linked: 133
Saved: 2220032
For example, string.cpython-38.pyc and string.cpython-38.opt-1.pyc become hard links. |
|
Date |
User |
Action |
Args |
2020-05-11 15:29:17 | vstinner | set | recipients:
+ vstinner, brett.cannon, christian.heimes, hroncok, frenzy, FFY00 |
2020-05-11 15:29:17 | vstinner | set | messageid: <1589210957.09.0.628932854863.issue40495@roundup.psfhosted.org> |
2020-05-11 15:29:17 | vstinner | link | issue40495 messages |
2020-05-11 15:29:16 | vstinner | create | |
|