[ 
https://issues.apache.org/jira/browse/FLEX-33682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean updated FLEX-33682:
---------------------------------

    Description: 
An ADG with headers and a reasonable number of columns (20 or so) is slow to 
resize.

Note Apache Flex 4.10 made some improvements over earlier version of the Apache 
Flex/Adobe Flex more can still be done.

Using Scout shows that a significant part of the problem is related to get 
columns (which does an array.splice) and then GC of all these copies of the 
columns array.

  was:
An ADG with headers and a reasonable number of columns (20 or so) is slow to 
resize.

Note Apache Flex 4.10 made some improvements over earlier version of the Apache 
Flex/Adobe Flex more can still be done.

Using Scout shows that a significant part of the problem is related to get 
columns (which does an array.splice) and then GC of all of these copy of the 
columns array.

    
> Large ADG slow to resize
> ------------------------
>
>                 Key: FLEX-33682
>                 URL: https://issues.apache.org/jira/browse/FLEX-33682
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Advanced Data Grid
>    Affects Versions: Apache Flex 4.10.0
>            Reporter: Justin Mclean
>            Assignee: Justin Mclean
>
> An ADG with headers and a reasonable number of columns (20 or so) is slow to 
> resize.
> Note Apache Flex 4.10 made some improvements over earlier version of the 
> Apache Flex/Adobe Flex more can still be done.
> Using Scout shows that a significant part of the problem is related to get 
> columns (which does an array.splice) and then GC of all these copies of the 
> columns array.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to