[Python-ideas] Support parsing stream with `re`

Ram Rachum ram at rachum.com
Sun Oct 7 00:32:01 EDT 2018


On Sun, Oct 7, 2018 at 4:40 AM Steven D'Aprano <steve at pearwood.info> wrote:

> I'm sure that Python will never be as efficient as C in that regard
> (although PyPy might argue the point) but is there something we can do
> to ameliorate this? If we could make char-by-char processing only 10
> times less efficient than C instead of 100 times (let's say...) perhaps
> that would help Ram (and you?) with your use-cases?
>
>
Does that mean I'll have to write that character-by-character algorithm? I
could already do that now I guess, the speed doesn't matter for my use
case, but I'm trying to avoid writing an algorithm.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20181007/1c424cbb/attachment-0001.html>


More information about the Python-ideas mailing list