Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C0C4B1089D for ; Fri, 25 Oct 2013 16:44:14 +0000 (UTC) Received: (qmail 87834 invoked by uid 500); 25 Oct 2013 16:42:37 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 87774 invoked by uid 500); 25 Oct 2013 16:42:30 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 87743 invoked by uid 99); 25 Oct 2013 16:42:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Oct 2013 16:42:14 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 209.85.219.53 as permitted sender) Received: from [209.85.219.53] (HELO mail-oa0-f53.google.com) (209.85.219.53) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Oct 2013 16:42:09 +0000 Received: by mail-oa0-f53.google.com with SMTP id n12so1161909oag.40 for ; Fri, 25 Oct 2013 09:41:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=OKsXd9b/PRLS4L37NRuebdHRz5mvPAq0xgHjqh6v1Yg=; b=rLSQNIdt2yQpK5ic99J4k8AHmHJvdLwrxZnxAihWGa0QF5QbkQKtVRu73MsEOisHwJ aFfQpl8TJD7l4q0Vmo0n6eGlYrgY7rYh6iBB7YZddrU0umV9U3dY2LMlu+FH6i4Olhon INgn5RxfGqW65BDXohPPHfq8F5cG+QdaxwXDpixd2FUT7acDlaNxfDaKM0exDokSmUQt JLWaFHLnQHmrsJsN9D+ToOUA5nNgMTpAtc5m0yQlWWVTk8B05DI9NHGYmnrjsC+NfSau 9N5P5hQalhBY/07VePQRkzwltdaUhzEvU0WJ1OspPObmOKetFiS8mQjrLArLPZ1w2ter Py/g== X-Received: by 10.182.18.102 with SMTP id v6mr2188684obd.71.1382719308563; Fri, 25 Oct 2013 09:41:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.115.67 with HTTP; Fri, 25 Oct 2013 09:41:28 -0700 (PDT) In-Reply-To: References: From: Jukka Zitting Date: Fri, 25 Oct 2013 12:41:28 -0400 Message-ID: Subject: Re: java.util.UUID To: Oak devs Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Thu, Oct 24, 2013 at 1:56 PM, Tobias Bocanegra wrote: > the relevant information was: > > java.util.UUID, 353'574 Objects (41%), 22'628'736 shallow size OK, cool. I just changed the internals a bit to avoid having to keep so many duplicate UUID instances in memory. That should bring these numbers down considerably. BR, Jukka Zitting