geometry-zsh / geometry

geometry is a minimal, fully customizable and composable zsh prompt theme
ISC License
921 stars 94 forks source link

test refactoring geometry_git to use vcs_info #245

Closed jedahan closed 5 years ago

jedahan commented 5 years ago

vcs_info might be faster, might be slower.

How can we benchmark it?

Even if its 20% slower, does it help reduce complexity?

frm commented 5 years ago

How can we benchmark it?

Define a set of large and smaller repos and maybe use zprof?

Even if its 20% slower, does it help reduce complexity?

This is a tradeoff I'm willing to have if it's maintainable for us and usable at the same time. It might not even be fast by default but configurable to be fast - e.g. the user disables certain features if they want speed.

jedahan commented 5 years ago

https://github.com/zsh-users/zsh/blob/master/Misc/vcs_info-examples

http://zsh.sourceforge.net/Doc/Release/User-Contributions.html