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
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
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