<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
 <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
 </head>
 <body>
  <p style="margin: 0pt;">
   <span>
    <span></span>
   </span>
  </p>
  <p style="margin: 0px; "></p>
  <div style="margin: 5px 0px;">
   <br/>
   zeljko <zeljko@holobit.net> hat am 15. Februar 2012 um 16:48 geschrieben:
   <br/>
   <br/>
   <div style="position: relative;">
    <blockquote style="margin-left: 0px; padding-left: 10px; border-left: 1px solid blue;">
     <p style="margin: 0px; text-indent: 0px;">On Wednesday 15 of February 2012 15:34:28 Mattias Gaertner wrote:</p>
     <p style="margin: 0px; text-indent: 0px;"> </p>
     <p style="margin: 0px; text-indent: 0px;">> Yes. It is TLazAccessibleObject.GetChildAccessibleObjectWithDataObject. It</p>
     <p style="margin: 0px; text-indent: 0px;">> uses a linear search for the 10.000 items. I will replace it with an avl</p>
     <p style="margin: 0px; text-indent: 0px;">> tree.</p>
     <p style="margin: 0px; text-indent: 0px;"> </p>
     <p style="margin: 0px; text-indent: 0px;">Exact point.</p>
    </blockquote>
   </div>
  </div>
  <p style="margin: 0px;"> </p>
  <p style="margin: 0px;">The avl tree reduced it to half a second here.</p>
  <p>The code explorer still needs a lot of time on this unit, because it creates 60.000 nodes and for each node it creates a description. Maybe the descriptions can be created on demand and only for visible nodes. </p>
  <p> </p>
  <p> </p>
  <p>Mattias</p>
  <p> </p>
 </body>
</html>