Ticket #671 (closed defect: duplicate)
Opened 2011-07-12T16:30:16-05:00
Last modified 2012-05-18T12:27:07-05:00
Stack To Images points out performance issues
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
It can take some time to complete the stack to images command. With a stack of 12 items it still takes a while. I've debugged and can see that there is much time spent in projector.map(). Also some memory leaks may be contributing. But compared to IJ1 it is pretty slow.
Change History
comment:1 Changed 2011-07-14T14:38:22-05:00 by bdezonia
comment:2 Changed 2011-07-29T14:03:07-05:00 by bdezonia
- Milestone changed from biweekly-2011: Jul-18 to Jul-29 to imagej-2.0-beta3
comment:3 Changed 2012-05-09T10:02:27-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to duplicate
Duplicate of #740. Closing.
comment:4 Changed 2012-05-18T12:27:07-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta2
Memory leaks fixed. Still slow.