View Issue Details

IDProjectCategoryView StatusLast Update
0022032Open CASCADEOCCT:Application Frameworkpublic2011-07-12 12:00
Reportervro Assigned Tovro  
PrioritynormalSeverityfeature 
Status closedResolutionfixed 
OSAll 
Fixed in Version6.5.0 
Summary0022032: The method Last() from TDataStd_TreeNode seems slow in case of search for the last tree node
DescriptionA TDataStd_TreeNode object keeps reference to its last child. But in case of
Undo/Redo operations or relocation of the node within a tree it looses the
reference. The object has to search it starting from its first child...
The improvement consists in speeding-up the process of the search by means of
replacement of handled objects to direct pointers.
TagsNo tags attached.
Test case number

Attached Files

  • vro-occ22032-v1.zip (6,665 bytes)
  • vro-occ22032-v2.zip (7,009 bytes)

Activities

2010-09-27 16:11

 

vro-occ22032-v1.zip (6,665 bytes)

2010-10-11 17:18

 

vro-occ22032-v2.zip (7,009 bytes)

Issue History

Date Modified Username Field Change
2010-10-26 19:54 bugmaster Assigned To bugmaster => vro
2010-10-26 19:54 bugmaster Status new => assigned
2010-10-26 19:55 bugmaster Status assigned => resolved
2010-10-26 19:55 bugmaster Status resolved => tested
2010-11-11 19:42 bugmaster Status tested => assigned
2010-11-12 10:22 vro Status assigned => resolved
2010-12-22 18:47 bugmaster Status resolved => verified
2011-08-02 10:32 bugmaster Category OCCT:OCAF => OCCT:Application Framework