Opened 16 years ago
Closed 16 years ago
#253 closed task (fixed)
Node::log() is very slow
Reported by: | Peter Johansson | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | critical | Milestone: | svndigest 0.7 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
This ticket is related to to ticket:185.
A run on test repo seems to be very much slower, which I guess is due to the new log function that is used to work around some issues (see #185). A sensible solution is probably to cache the log (i.e an SVNlog object) as a member variable in Node. Either we could calculate it in the constructor, or the first time it is needed. In the first case we should remember to not call log until all daughter are created.
Note: See
TracTickets for help on using
tickets.
in [453]