Re: NIO in char IO

2013-01-23 Thread Remy Maucherat
On Wed, 2013-01-23 at 18:55 +, Mark Thomas wrote: > On 23/01/2013 16:44, Remy Maucherat wrote: > > Hi, > > > > I have ported a refactoring of character encoding (and decoding) to > > trunk, using NIO rather than the creative hacks that are used. It makes > > the IO nice and symmetrical, but I

Re: NIO in char IO

2013-01-23 Thread Mark Thomas
On 23/01/2013 16:44, Remy Maucherat wrote: > Hi, > > I have ported a refactoring of character encoding (and decoding) to > trunk, using NIO rather than the creative hacks that are used. It makes > the IO nice and symmetrical, but I haven't specifically tested any > performance (I couldn't stand th

NIO in char IO

2013-01-23 Thread Remy Maucherat
Hi, I have ported a refactoring of character encoding (and decoding) to trunk, using NIO rather than the creative hacks that are used. It makes the IO nice and symmetrical, but I haven't specifically tested any performance (I couldn't stand the old style, so it had to go regardless of the conseque