Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E8E10200B21 for ; Fri, 10 Jun 2016 22:59:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E75EB160A38; Fri, 10 Jun 2016 20:59:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 60A8E160A15 for ; Fri, 10 Jun 2016 22:59:37 +0200 (CEST) Received: (qmail 790 invoked by uid 500); 10 Jun 2016 20:59:36 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 776 invoked by uid 99); 10 Jun 2016 20:59:36 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jun 2016 20:59:36 +0000 Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPS id 4FD9C1A02BB for ; Fri, 10 Jun 2016 20:59:36 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id 4CD7F6090F; Fri, 10 Jun 2016 20:59:35 +0000 (UTC) From: bugzilla@apache.org To: dev@poi.apache.org Subject: [Bug 57840] [PATCH] Support for structured references with Excel tables. Date: Fri, 10 Jun 2016 20:59:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XSSF X-Bugzilla-Version: 3.15-dev X-Bugzilla-Keywords: PatchAvailable X-Bugzilla-Severity: enhancement X-Bugzilla-Who: onealj@apache.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 archived-at: Fri, 10 Jun 2016 20:59:38 -0000 https://bz.apache.org/bugzilla/show_bug.cgi?id=57840 --- Comment #22 from Javen O'Neal --- Doing some Google searching, it looks like using new Integer(int) rather than Integer.valueOf (the explicit version of implicit auto-boxing) may use more memory due to duplicated objects wrapping primitives, but is faster because it doesn't look up lookup cached values to save this memory. Did you notice any performance difference changing the boxing on the code relating to this bug? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org