Re: BytesType vs. UTF8Type

2011-06-22 Thread Jeesoo Shin
Thank you!! This helped me a lot! On Wed, Jun 22, 2011 at 7:34 PM, Sylvain Lebresne wrote: > On Wed, Jun 22, 2011 at 11:19 AM, Jeesoo Shin wrote: > > BytesType vs. UTF8Type. which is better in performance? > > I assume Bytes be faster in compare.. but how much faster is it? > > They don't diffe

Re: BytesType vs. UTF8Type

2011-06-22 Thread Sylvain Lebresne
On Wed, Jun 22, 2011 at 11:19 AM, Jeesoo Shin wrote: > BytesType vs. UTF8Type. which is better in performance? > I assume Bytes be faster in compare.. but how much faster is it? They don't differ at all as far as comparison is involved. They actually use the exact same function to do the compare.