Re: [Trinidad][api] Trinidad-2013 TreeModel is extremely inefficient when dealing with deep tree paths

2011-01-26 Thread Jeanne Waldman
+1 Matthias Wessendorf wrote, On 1/19/2011 11:11 PM PT: +1 On Wed, Jan 19, 2011 at 10:24 PM, Blake Sullivan blake.sulli...@oracle.com wrote: The JIRA has the complete story, but the basic issue is that operations that create keys representing the ancestors of TreeModel keys can

[Trinidad][api] Trinidad-2013 TreeModel is extremely inefficient when dealing with deep tree paths

2011-01-19 Thread Blake Sullivan
The JIRA https://issues.apache.org/jira/browse/TRINIDAD-2013 has the complete story, but the basic issue is that operations that create keys representing the ancestors of TreeModel keys can currently only get those keys by essentially recursively calling TreeModel.getContainerRowKey(). For

Re: [Trinidad][api] Trinidad-2013 TreeModel is extremely inefficient when dealing with deep tree paths

2011-01-19 Thread Matthias Wessendorf
+1 On Wed, Jan 19, 2011 at 10:24 PM, Blake Sullivan blake.sulli...@oracle.com wrote: The JIRA has the complete story, but the basic issue is that operations that create keys representing the ancestors of TreeModel keys can currently only get those keys by essentially recursively calling