<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>Can you please tell us a little more about your test data and computer. What kind of file system is the data on ( locale or network)? How much memory does the computer have? What is the size of the data? What is the native pixel type of the data? What are the actual timings? Does the execution seem to be CPU or IO bound?</div><div><br></div><div>One of the changes that was made to the class was to populate the MetaDataArray in the UpdataOutputInformation phase of the instead of the UpdateOutputData part. This should be just reading the headers of the files in the series. There were several reasons this change was made. To help determine the cause of your slowness, lets break up the timing a little further.</div><div><br></div><div>Could you please call:</div><div><br></div><div>start timer</div><div>reader-&gt;UpdateOutputInformation();</div><div>lap timer</div><div>reader-&gt;UpdateLargestPossibleRegion();</div><div>stop timer</div><div><br></div><div>And post the timing results.</div><div><br></div><div><br></div><div>Thanks,</div><div>Brad</div><div><br><div><div>On Mar 21, 2010, at 2:52 PM, Roger Bramon Feixas wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><span style="font-family: arial,sans-serif; font-size: 13px; border-collapse: collapse;"><div>
This week we updated our ITK version from 2.8 to 3.16 &nbsp;and we noticed
the medical models are loading 2x slower using the 3.16 ITK version. We
use itk::ImageSeriesReader and the problem is focused in its Update()
method.&nbsp;</div>

<div><br></div><div>I attached a simple test program which reproduces
the problem and where we can see that the Update() method is 2 times
slower using ITK 3.16 vs. ITK 2.8.</div><div><br></div><div>We compiled
both versions using Visual Studio 2008 on Windows XP 32bits and &nbsp;we
don't known if this problem also occurs in other platforms.</div>

<div><br></div><div>I wonder if other itk users have this same performance problem and if there is anybody can help us in order to solve it.</div><div><br></div><div>Thanks!<br><br>Roger<br></div></span></div>
<span>&lt;test.zip&gt;</span><span>&lt;ATT00001..txt&gt;</span></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">========================================================</font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Bradley Lowekamp<span class="Apple-converted-space">&nbsp;</span><span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="font-family: Arial; "><span class="Apple-style-span" style="font-family: Arial; ">Lockheed Martin&nbsp;</span></span></font><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Contractor for</font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Office of High Performance Computing and Communications</font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">National Library of Medicine<span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><a href="mailto:blowekamp@mail.nih.gov">blowekamp@mail.nih.gov</a></font></p><br class="Apple-interchange-newline"></span></span>
</div>
<br></div></body></html>