Y
Hacker News
new
|
ask
|
show
|
jobs
by
behnamoh
144 days ago
Even my CC status line script enjoyed a 20x speed improvement when I rewrote it from python to rust.
1 comments
foltik
144 days ago
It’s surprising how quickly the bottleneck starts to become python itself in any nontrivial application, unless you’re
very
careful to write a thin layer that mostly shells out to C modules.
link