diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-06-01 19:59:48 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-06-01 19:59:48 +0300 |
commit | 7bfc164cad59cef16f9b2f0eae6e79dceee0f593 (patch) | |
tree | fcb1d7bc5966321cf11270f9037079092a1597a0 /README.md | |
parent | b495f07179e221a413dd2c19b9811bbb5216cefb (diff) |
docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -189,8 +189,17 @@ running Ubuntu 18.04 with the config from the demo. | powerlevel9k/next | 1005 ms | | **powerlevel10k** | **8.7 ms** | -powerlevel9k/master is the stable branch of powerlevel9k, the one that virtually everyone uses. -powerlevel9k/next is the development branch for the next release. +_powerlevel9k/master_ is the stable branch of Powerlevel9k, the one that virtually everyone uses. +_powerlevel9k/next_ is the development branch for the next release. Powerlevel10k is over 100 +times faster than either in this benchmark. + +In fairness, Powerlevel9k has acceptable latency when given a spartan configuration. If all you need +is the current directory without truncation or shortening, Powerlevel9k can render it for you in +17 ms. Powerlevel10k can do the same 30 times faster but it won't matter in practice because 17 ms +is fast enough (the threshold where latency becomes noticeable is around 50 ms). You have to be +careful with Powerlevel9k configuration as it's all too easy to make prompt frustratingly slow. +Powerlevel10k, on the other hand, doesn't require trading latency for utility -- it's virtually +instant with any configuration. ## License |