Re: Performance tweaks

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Ken Geis <kgeis(at)speakeasy(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Performance tweaks
Date: 2005-02-22 21:30:50
Message-ID: 421BA48A.4010601@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Ken Geis wrote:

> I changed the line
>
> byte[][] answer = new byte[l_nf][0];
> to
> byte[][] answer = new byte[l_nf][];
>
> This gave ~1% increase on the benchmark I was running.

Gah?! What JVM? Aren't the two forms equivalent?

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-02-22 21:44:15 Re: Multi-Demensional Array Support.
Previous Message Greg Johnson 2005-02-22 17:43:37 Multi-Demensional Array Support.