Re: new String(byte[]) performance

From: Barry Lind <blind(at)xythos(dot)com>
To: Teofilis Martisius <teo(at)teohome(dot)lzua(dot)lt>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: new String(byte[]) performance
Date: 2002-10-22 17:42:44
Message-ID: 3DB58E14.2000906@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Teofilis Martisius wrote:
> On Mon, Oct 21, 2002 at 07:38:07PM -0700, Barry Lind wrote:
>

>
> Hmm, I know how all this works. I read JDBC driver code. However, I did
> not find much better solution. First, when transfering data from stream,
> the only logical solution is to put int into byte[]. And as far as I
> understand byte[] arrays are already pooled. I doubt it is
> posible/better to read other things than byte[] from the stream.
>

byte[] objects are not pooled. As for the rest of your email I will
think about the options you have laid out and respond in more detail later.

thanks,
--Barry

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Paesold 2002-10-22 20:32:58 Re: new String(byte[]) performance
Previous Message Barry Lind 2002-10-22 17:40:29 Re: new String(byte[]) performance