|
|
|
|
|
by rrr_oh_man
899 days ago
|
|
I cannot judge whether the methodology makes sense, but the numbers seem quite impressive for my manager brain: > Readme.md For a RustBerlin meetup presentation I compared lazygit, tig and gitui by
parsing the entire Linux git repository (which contains over 900k commits):
| | Time | Memory (GB) | Binary (MB) | Freezes | Crashes |
| ------- | ---------- | ----------- | ----------- | --------- | --------- |
| gitui | 24 s | 0.17 | 1.4 | No | No |
| lazygit | 57 s | 2.6 | 16 | Yes | Sometimes |
| tig | 4 m 20 s | 1.3 | 0.6 | Sometimes | No |
|
|
I will always take faster tools, but sometimes things are good enough.