Skip to content

Slow execution on big repositories under Cygwin #130

@Lucas-C

Description

@Lucas-C

Hi !

I like your tool very much :)
I use it on 2 projects at work:

Sadly, it has become very slow to generate my changelog.

There are some commands to give you and idea of the situation (taken from a previous issue on the same subject: #7 ):

# time gitchangelog
real    3m26,777s
user    0m14,247s
sys     2m25,882s      

# time git log --oneline | wc -l
1315
real    0m0,693s
user    0m0,123s
sys     0m0,498s

# time git rev-parse $(git log --format=%H | tail -n 1)..HEAD
e507068883beea9b53cf55d84323aa37d0ff1f53
^18b3b3aaa26de3bfe6cbcd8bb0ec761ec2e851de
real    0m0,561s
user    0m0,061s
sys     0m0,466s

I use mustache as output_engine

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions