Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6F79E10DFB for ; Mon, 23 Dec 2013 21:28:51 +0000 (UTC) Received: (qmail 78267 invoked by uid 500); 23 Dec 2013 21:28:50 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 78240 invoked by uid 500); 23 Dec 2013 21:28:50 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 78233 invoked by uid 99); 23 Dec 2013 21:28:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Dec 2013 21:28:50 +0000 Date: Mon, 23 Dec 2013 21:28:50 +0000 (UTC) From: "Abhishek Dwevedi (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLEX-34012) Slow performance when trying to null Array after copy & paste large data MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Abhishek Dwevedi created FLEX-34012: --------------------------------------- Summary: Slow performance when trying to null Array after copy & paste large data Key: FLEX-34012 URL: https://issues.apache.org/jira/browse/FLEX-34012 Project: Apache Flex Issue Type: Bug Affects Versions: Adobe Flex SDK 4.6 (Release) Reporter: Abhishek Dwevedi STEPS TO REPRODUCE: =================== 1. Run the attached Main.mxml 2. Click "Make Data (101 columns)" 3. Select all rows then click "Copy" 4. Select all rows then click "Delete" 5. Click "Paste" 6. Click "Delete Array" RESULT: ======= Application would be halted for approximately 30 seconds. EXPECTED: ========= Nulling Array should not take so much time. If you make data for 100 columns in the above steps, the issue won't occur. WORKAROUND: =========== Not found yet. [Researched] ============ * Using callLater() for nulling Array didn't help. * array = null is not helping * array.length = 0 is also not helpful. -- This message was sent by Atlassian JIRA (v6.1.5#6160)