Re: [jruby-dev] ByteList Lexer support patch

2007-08-17 Thread Thomas E Enebo
On 8/17/07, Tor Norbye <[EMAIL PROTECTED]> wrote: > On Aug 15, 2007, at 1:15 PM, Thomas E Enebo wrote: > > > I implemented a patch which allows a bytelist to be read directly by a > > lexersource. This ends up with the following (plusses and minuses): > > > > + We do not convert the bytelist to a

Re: [jruby-dev] ByteList Lexer support patch

2007-08-17 Thread Tor Norbye
On Aug 15, 2007, at 1:15 PM, Thomas E Enebo wrote: I implemented a patch which allows a bytelist to be read directly by a lexersource. This ends up with the following (plusses and minuses): + We do not convert the bytelist to a String in order to parse during evals + We do not save a copy o

[jruby-dev] ByteList Lexer support patch

2007-08-15 Thread Thomas E Enebo
I implemented a patch which allows a bytelist to be read directly by a lexersource. This ends up with the following (plusses and minuses): + We do not convert the bytelist to a String in order to parse during evals + We do not save a copy of that converted String in ByteList (bytelist caching mec