| ▲ | ashirviskas 2 hours ago | |
> it has, but python being single threaded (until recently) didn't make it an attractive choice for CLI tools. You probably mean GIL, as python has supported multi threading for like 20 years. Idk if ranger is slow because it is written in python. Probably it is the specific implementation. | ||
| ▲ | behnamoh 22 minutes ago | parent [-] | |
Even my CC status line script enjoyed a 20x speed improvement when I rewrote it from python to rust. | ||