Re: new String(byte[]) performance - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: new String(byte[]) performance
Date
Msg-id 3DB58E14.2000906@xythos.com
Whole thread Raw
In response to new String(byte[]) performance  (Teofilis Martisius <teo@teohome.lzua.lt>)
List 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



pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: new String(byte[]) performance
Next
From: "Michael Paesold"
Date:
Subject: Re: new String(byte[]) performance