Message3116

Author ostkamp
Recipients alexis
Date 2007-05-22.18:05:12
Content
I tested it again as requested (strace with same 'hg diff' call), the results
are as follows

With hg revision b4eaa68dea1b:
475 stat calls, 2 getdent calls

With hg revision dccb83241dd0:
25523 stat calls, 4633 getdent calls

With most current revision 8fa54b9c6c5a:
31084 stat calls, 4644 getdent calls

So there is a significant increase with the version you mentioned, however the
most current version is even more worse.

Even with the best results (475 calls) this is still a lot compared to Git (12).

I hope this has helped, if you need more info please contact me anytime.

Thanks!
History
Date User Action Args
2007-05-22 18:05:12ostkampsetmessageid: <1179857112.69.0.868198847104.issue567@selenic.com>
2007-05-22 18:05:12ostkampsetrecipients: + alexis
2007-05-22 18:05:12ostkamplinkissue567 messages
2007-05-22 18:05:12ostkampcreate