Open
Description
This isn't a show-stopping problem, but gitless' startup time is pretty sluggish. (eg: running gl --help
on my laptop takes a full second, and generates 5300 lines of strace
output, which includes about 180 python files, and it even loads the system's SSL CA store.)
One thing I love about git is how quick it is; when you press enter, the program should give you some kind of output immediately (< 200ms), even if that output is "Working...".
Here's some info on how bzr
managed to decrease its startup time with a lot of little tricks, such as lazily loading modules: https://files.bemusement.org/talks/OSDC2008-FastPython/