Subject Re: [Firebird-Java] NIO and performance
Author Roman Rokytskyy
David, Paulo,

Thanks for the links, that was interesting reading.

> Anyway... good luck Roman,

I have suspended this part. I have managed to get 75% of the current wire
implementation (and solved almost all open issues). Any other optimization
makes code much more complex, at least I do not see any elegant and easy
solution. Time needed for the rest 25% I can spend better on something
different.

But if anybody wants to continue the task, there's actually only two classes
that has to be optimized NioXdrInputStream and NioXdrOutputStream. However,
they are not in CVS and can be obtained directly from me.

Roman