You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my MacBook M1, context-color adds a 13 ms overhead on top of whoami; hostname (16.5 ms vs. 3.2 ms, measured with hyperfine). While it's not too bad, lower is always better for prompt responsiveness and shell startup time, so it would make sense to rewrite this little tool in a lower-level language such as Rust. And it would be fun as well. :)
The text was updated successfully, but these errors were encountered:
On my MacBook M1,
context-color
adds a 13 ms overhead on top ofwhoami; hostname
(16.5 ms vs. 3.2 ms, measured withhyperfine
). While it's not too bad, lower is always better for prompt responsiveness and shell startup time, so it would make sense to rewrite this little tool in a lower-level language such as Rust. And it would be fun as well. :)The text was updated successfully, but these errors were encountered: