Replies: 1 comment 2 replies
-
Performance is something I'm always striving to improve, yeah. Curious how the current master branch looks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today I ran a test between top/htop/bottom/btop to compare how much CPU they all use. The results SHOCKED me. I understand
top
is nothing likebottom
. I'm just using it as a sort of baseline.I ran them all for exactly 2 hours with update rates set to 1 second and measured their total CPU time on my 64-bit Linux (Debian) machine. bottom was installed with
cargo install
using rust stable.Beta Was this translation helpful? Give feedback.
All reactions