Ticket #6076 (assigned)
MultiFileNameParser constructor is run alot on startup
Reported by: | Martyn Gigg | Owned by: | Anyone |
---|---|---|---|
Priority: | minor | Milestone: | Backlog |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
On startup we have to initialize all of the algorithms and this causes anything using a MultipleFileProperty to construct a MultiFileNameParser object. The constructor does a fair bit of work and it would be better for init times if this could be avoided. This ticket is a task to check whether initialization of MultipleFileProperty can be improved.
Change History
comment:1 Changed 8 years ago by Nick Draper
- Status changed from new to assigned
- Owner set to Anyone
comment:2 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.4 to Release 2.5
Moved at the code freeze for release 2.4
comment:6 Changed 7 years ago by Nick Draper
- Milestone changed from Release 2.6 to Backlog
Moved to the Backlog after the code freeze for R2.6
Note: See
TracTickets for help on using
tickets.