|
|
|
|
|
by ashirviskas
144 days 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. |
|
They also probably mean TUIs, as CLIs don't do the whole "Draw every X" thing (and usually aren't interactive), that's basically what sets them apart from CLIs.