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

2015 at jmunch.dk 2015 at jmunch.dk
Sun Oct 7 09:24:13 EDT 2018


On 18-10-07 15.11, Ram Rachum wrote:

 > Unfortunately, it's not helpful. I was developing a solution similar 
to yours before I came to the conclusion that a multilne regex would be 
more elegant.


How about memory mapping your 1GB file?

bytes patterns work on memoryviews.

regards, Anders




More information about the Python-ideas mailing list