On Mon, May 04 2015, Scott Jones <scott.paul.jo...@gmail.com> wrote:

>> On May 4, 2015, at 3:21 AM, Tamas Papp <tkp...@gmail.com> wrote:
>> 
>> I think you misunderstand: IOBuffer is suggested not for mutable string
>> operations in general, but only for efficient concatenation of many
>> strings.
>> 
>> Best,
>> 
>> Tamas
>
> I don’t think that I misunderstood - it’s that using IOBuffer is the only 
> solution that has been given here… and it doesn’t handle what I need to do 
> efficiently...
> If you have a better solution, please let me know…

1. Can you share the benchmarks (and simplified, self-contained code)
for your problem using IOBuffer? I have always found it very fast, but
maybe what you are working on is different.

2. Do you have a specific algorithm in mind that would be more
efficient?

Best,

Tamas

Reply via email to